Html Css Color HEX #8A912F Wasabi

📋 copy color: '#8A912F'

red 138 ◦ green 145 ◦ blue 47

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

Shades of Wasabi #8A912F

Tints of Wasabi #8A912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.94%

 BLUE value IS 47 (18.75% from 255) = 14.24%

R = 41.82%
G = 43.94%
B = 14.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#8A912F (or 0x8A912F) is known color: Wasabi. HEX triplet: 8A, 91 and 2F. RGB value is (138,145,47). Sum of RGB (Red+Green+Blue) = 138+145+47=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 145 (57.03% from 255 or 43.94% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 145 - color contains mainly: green. Hex color #8A912F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A912F is #756ED0. Grayscale: #848484. Windows color (decimal): -7696081 or 3117450. OLE color: 3117450.

HSL color Cylindrical-coordinate representation of color #8A912F: hue angle of 64.29º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A912F is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 138 145 47 -
CMYK 0.05 0 0.68 0.43
HSL 64.29º 0.51% 0.38% -
HSV(B) 64.29º 0.68% 0.57% -
XYZ 21.12 25.86 6.57 -
YUV 131.74 80.18 132.47 -
System Red Green Blue C M Y K H S L
Decimal 138 145 47 0.05 0 0.68 0.43 64.29 0.51 0.38
Hex 8A 91 2F 5 0 44 2B 40 33 26
Octal 212 221 57 5 0 104 53 100 63 46
Binary 10001010 10010001 101111 101 0 1000100 101011 1000000 110011 100110

Color Harmonies of #8A912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A912F

Black with #8A912F

Text Example


Text Example

White with #8A912F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,145,47); }

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

background-color css

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

 a { background-color: rgb(138,145,47); }

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

border-color css

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

 span { border-color: rgb(138,145,47); }

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