Html Css Color HEX #B9B42B Earls Green

📋 copy color: '#B9B42B'

red 185 ◦ green 180 ◦ blue 43

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

Shades of Earls Green #B9B42B

Tints of Earls Green #B9B42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.54%

R = 45.34%
G = 44.12%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9B42B (or 0xB9B42B) is known color: Earls Green. HEX triplet: B9, B4 and 2B. RGB value is (185,180,43). Sum of RGB (Red+Green+Blue) = 185+180+43=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B42B is #464BD4. Grayscale: #A6A6A6. Windows color (decimal): -4606933 or 2864313. OLE color: 2864313.

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

Color convert

RGB 185 180 43 -
CMYK 0 0.03 0.77 0.27
HSL 57.89º 0.62% 0.45% -
HSV(B) 57.89º 0.77% 0.73% -
XYZ 36.76 43.13 8.67 -
YUV 165.88 58.66 141.64 -
System Red Green Blue C M Y K H S L
Decimal 185 180 43 0 0.03 0.77 0.27 57.89 0.62 0.45
Hex B9 B4 2B 0 3 4D 1B 3A 3E 2D
Octal 271 264 53 0 3 115 33 72 76 55
Binary 10111001 10110100 101011 0 11 1001101 11011 111010 111110 101101

Color Harmonies of #B9B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B42B

Black with #B9B42B

Text Example


Text Example

White with #B9B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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