Html Css Color HEX #8A8E32 Wasabi

📋 copy color: '#8A8E32'

red 138 ◦ green 142 ◦ blue 50

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

Shades of Wasabi #8A8E32

Tints of Wasabi #8A8E32

RGB

 RED value IS 138 (54.3% from 255) = 41.82%

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

 BLUE value IS 50 (19.92% from 255) = 15.15%

R = 41.82%
G = 43.03%
B = 15.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8A8E32 (or 0x8A8E32) is known color: Wasabi. HEX triplet: 8A, 8E and 32. RGB value is (138,142,50). Sum of RGB (Red+Green+Blue) = 138+142+50=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8E32 is #7571CD. Grayscale: #828282. Windows color (decimal): -7696846 or 3313290. OLE color: 3313290.

HSL color Cylindrical-coordinate representation of color #8A8E32: hue angle of 62.61º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A8E32 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 142 50 -
CMYK 0.03 0 0.65 0.44
HSL 62.61º 0.48% 0.38% -
HSV(B) 62.61º 0.65% 0.56% -
XYZ 20.73 24.98 6.75 -
YUV 130.32 82.67 133.48 -
System Red Green Blue C M Y K H S L
Decimal 138 142 50 0.03 0 0.65 0.44 62.61 0.48 0.38
Hex 8A 8E 32 3 0 41 2C 3F 30 26
Octal 212 216 62 3 0 101 54 77 60 46
Binary 10001010 10001110 110010 11 0 1000001 101100 111111 110000 100110

Color Harmonies of #8A8E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8E32

Black with #8A8E32

Text Example


Text Example

White with #8A8E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A8E32; }

 p { color: rgb(138,142,50); }

 H1.HeaderClassName
 {
   color: #8A8E32;
 }
 .AnyTagClassName
 {
   color: #8A8E32;
 }
</style>

background-color css

<style>
 a { background-color: #8A8E32; }

 a { background-color: rgb(138,142,50); }

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

border-color css

<style>
 span { border-color: #8A8E32; }

 span { border-color: rgb(138,142,50); }

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