Html Css Color HEX #818E4B Wasabi

📋 copy color: '#818E4B'

red 129 ◦ green 142 ◦ blue 75

#818E4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #818E4B

Tints of Wasabi #818E4B

RGB

 RED value IS 129 (50.78% from 255) = 37.28%

 GREEN value IS 142 (55.86% from 255) = 41.04%

 BLUE value IS 75 (29.69% from 255) = 21.68%

R = 37.28%
G = 41.04%
B = 21.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#818E4B (or 0x818E4B) is known color: Wasabi. HEX triplet: 81, 8E and 4B. RGB value is (129,142,75). Sum of RGB (Red+Green+Blue) = 129+142+75=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 142 - color contains mainly: green. Hex color #818E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818E4B is #7E71B4. Grayscale: #828282. Windows color (decimal): -8286645 or 4951681. OLE color: 4951681.

HSL color Cylindrical-coordinate representation of color #818E4B: hue angle of 71.64º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #818E4B is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 142 75 -
CMYK 0.09 0 0.47 0.44
HSL 71.64º 0.31% 0.43% -
HSV(B) 71.64º 0.47% 0.56% -
XYZ 20 24.52 10.34 -
YUV 130.48 96.69 126.95 -
System Red Green Blue C M Y K H S L
Decimal 129 142 75 0.09 0 0.47 0.44 71.64 0.31 0.43
Hex 81 8E 4B 9 0 2F 2C 48 1F 2B
Octal 201 216 113 11 0 57 54 110 37 53
Binary 10000001 10001110 1001011 1001 0 101111 101100 1001000 11111 101011

Color Harmonies of #818E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818E4B

Black with #818E4B

Text Example


Text Example

White with #818E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818E4B; }

 p { color: rgb(129,142,75); }

 H1.HeaderClassName
 {
   color: #818E4B;
 }
 .AnyTagClassName
 {
   color: #818E4B;
 }
</style>

background-color css

<style>
 a { background-color: #818E4B; }

 a { background-color: rgb(129,142,75); }

 div.DivClassName
 {
   background-color: #818E4B;
 }
 .BgClassName
 {
   background-color: #818E4B;
 }
</style>

border-color css

<style>
 span { border-color: #818E4B; }

 span { border-color: rgb(129,142,75); }

 td.TdClassName
 {
   border-color: #818E4B;
 }
 .TagClassName
 {
   border-color: #818E4B;
 }
</style>