Html Css Color HEX #B9B424 Earls Green

📋 copy color: '#B9B424'

red 185 ◦ green 180 ◦ blue 36

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

Shades of Earls Green #B9B424

Tints of Earls Green #B9B424

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.89%

 BLUE value IS 36 (14.45% from 255) = 8.98%

R = 46.13%
G = 44.89%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B9B424 (or 0xB9B424) is known color: Earls Green. HEX triplet: B9, B4 and 24. RGB value is (185,180,36). Sum of RGB (Red+Green+Blue) = 185+180+36=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 36 (14.45% from 255 or 8.98% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B424 is #464BDB. Grayscale: #A5A5A5. Windows color (decimal): -4606940 or 2405561. OLE color: 2405561.

HSL color Cylindrical-coordinate representation of color #B9B424: hue angle of 57.99º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B9B424 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 180 36 -
CMYK 0 0.03 0.81 0.27
HSL 57.99º 0.67% 0.43% -
HSV(B) 57.99º 0.81% 0.73% -
XYZ 36.65 43.08 8.05 -
YUV 165.08 55.16 142.21 -
System Red Green Blue C M Y K H S L
Decimal 185 180 36 0 0.03 0.81 0.27 57.99 0.67 0.43
Hex B9 B4 24 0 3 51 1B 3A 43 2B
Octal 271 264 44 0 3 121 33 72 103 53
Binary 10111001 10110100 100100 0 11 1010001 11011 111010 1000011 101011

Color Harmonies of #B9B424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B424

Black with #B9B424

Text Example


Text Example

White with #B9B424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B424; }

 p { color: rgb(185,180,36); }

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

background-color css

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

 a { background-color: rgb(185,180,36); }

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

border-color css

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

 span { border-color: rgb(185,180,36); }

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