Html Css Color HEX #B9A826 Earls Green

📋 copy color: '#B9A826'

red 185 ◦ green 168 ◦ blue 38

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

Shades of Earls Green #B9A826

Tints of Earls Green #B9A826

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.97%

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

R = 47.31%
G = 42.97%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B9A826 (or 0xB9A826) is known color: Earls Green. HEX triplet: B9, A8 and 26. RGB value is (185,168,38). Sum of RGB (Red+Green+Blue) = 185+168+38=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A826 is #4657D9. Grayscale: #9E9E9E. Windows color (decimal): -4610010 or 2533561. OLE color: 2533561.

HSL color Cylindrical-coordinate representation of color #B9A826: hue angle of 53.06º 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 #B9A826 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 38 -
CMYK 0 0.09 0.79 0.27
HSL 53.06º 0.66% 0.44% -
HSV(B) 53.06º 0.79% 0.73% -
XYZ 34.36 38.46 7.45 -
YUV 158.26 60.13 147.07 -
System Red Green Blue C M Y K H S L
Decimal 185 168 38 0 0.09 0.79 0.27 53.06 0.66 0.44
Hex B9 A8 26 0 9 4F 1B 35 42 2C
Octal 271 250 46 0 11 117 33 65 102 54
Binary 10111001 10101000 100110 0 1001 1001111 11011 110101 1000010 101100

Color Harmonies of #B9A826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A826

Black with #B9A826

Text Example


Text Example

White with #B9A826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A826; }

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

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

background-color css

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

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

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

border-color css

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

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

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