Html Css Color HEX #B9A81A Earls Green

📋 copy color: '#B9A81A'

red 185 ◦ green 168 ◦ blue 26

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

Shades of Earls Green #B9A81A

Tints of Earls Green #B9A81A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.86%

R = 48.81%
G = 44.33%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9A81A (or 0xB9A81A) is known color: Earls Green. HEX triplet: B9, A8 and 1A. RGB value is (185,168,26). Sum of RGB (Red+Green+Blue) = 185+168+26=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 26 (10.55% from 255 or 6.86% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A81A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A81A is #4657E5. Grayscale: #9D9D9D. Windows color (decimal): -4610022 or 1747129. OLE color: 1747129.

HSL color Cylindrical-coordinate representation of color #B9A81A: hue angle of 53.58º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9A81A is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 168 26 -
CMYK 0 0.09 0.86 0.27
HSL 53.58º 0.75% 0.41% -
HSV(B) 53.58º 0.86% 0.73% -
XYZ 34.2 38.39 6.59 -
YUV 156.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 185 168 26 0 0.09 0.86 0.27 53.58 0.75 0.41
Hex B9 A8 1A 0 9 56 1B 36 4B 29
Octal 271 250 32 0 11 126 33 66 113 51
Binary 10111001 10101000 11010 0 1001 1010110 11011 110110 1001011 101001

Color Harmonies of #B9A81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A81A

Black with #B9A81A

Text Example


Text Example

White with #B9A81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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