Html Css Color HEX #B9AB26 Earls Green

📋 copy color: '#B9AB26'

red 185 ◦ green 171 ◦ blue 38

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

Shades of Earls Green #B9AB26

Tints of Earls Green #B9AB26

RGB

 RED value IS 185 (72.66% from 255) = 46.95%

 GREEN value IS 171 (67.19% from 255) = 43.4%

 BLUE value IS 38 (15.23% from 255) = 9.64%

R = 46.95%
G = 43.4%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B9AB26 (or 0xB9AB26) is known color: Earls Green. HEX triplet: B9, AB and 26. RGB value is (185,171,38). Sum of RGB (Red+Green+Blue) = 185+171+38=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 38 (15.23% from 255 or 9.64% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9AB26 is #4654D9. Grayscale: #A0A0A0. Windows color (decimal): -4609242 or 2534329. OLE color: 2534329.

HSL color Cylindrical-coordinate representation of color #B9AB26: hue angle of 54.29º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9AB26 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 171 38 -
CMYK 0 0.08 0.79 0.27
HSL 54.29º 0.66% 0.44% -
HSV(B) 54.29º 0.79% 0.73% -
XYZ 34.92 39.58 7.63 -
YUV 160.02 59.14 145.81 -
System Red Green Blue C M Y K H S L
Decimal 185 171 38 0 0.08 0.79 0.27 54.29 0.66 0.44
Hex B9 AB 26 0 8 4F 1B 36 42 2C
Octal 271 253 46 0 10 117 33 66 102 54
Binary 10111001 10101011 100110 0 1000 1001111 11011 110110 1000010 101100

Color Harmonies of #B9AB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB26

Black with #B9AB26

Text Example


Text Example

White with #B9AB26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB26; }

 p { color: rgb(185,171,38); }

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

background-color css

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

 a { background-color: rgb(185,171,38); }

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

border-color css

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

 span { border-color: rgb(185,171,38); }

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