Html Css Color HEX #8A8C31 Wasabi

📋 copy color: '#8A8C31'

red 138 ◦ green 140 ◦ blue 49

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

Shades of Wasabi #8A8C31

Tints of Wasabi #8A8C31

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.81%

 BLUE value IS 49 (19.53% from 255) = 14.98%

R = 42.2%
G = 42.81%
B = 14.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8A8C31 (or 0x8A8C31) is known color: Wasabi. HEX triplet: 8A, 8C and 31. RGB value is (138,140,49). Sum of RGB (Red+Green+Blue) = 138+140+49=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #8A8C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8C31 is #7573CE. Grayscale: #818181. Windows color (decimal): -7697359 or 3247242. OLE color: 3247242.

HSL color Cylindrical-coordinate representation of color #8A8C31: hue angle of 61.32º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A8C31 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 140 49 -
CMYK 0.01 0 0.65 0.45
HSL 61.32º 0.48% 0.37% -
HSV(B) 61.32º 0.65% 0.55% -
XYZ 20.41 24.38 6.54 -
YUV 129.03 82.84 134.4 -
System Red Green Blue C M Y K H S L
Decimal 138 140 49 0.01 0 0.65 0.45 61.32 0.48 0.37
Hex 8A 8C 31 1 0 41 2D 3D 30 25
Octal 212 214 61 1 0 101 55 75 60 45
Binary 10001010 10001100 110001 1 0 1000001 101101 111101 110000 100101

Color Harmonies of #8A8C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8C31

Black with #8A8C31

Text Example


Text Example

White with #8A8C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,140,49); }

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

background-color css

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

 a { background-color: rgb(138,140,49); }

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

border-color css

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

 span { border-color: rgb(138,140,49); }

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