Html Css Color HEX #B9B62A Earls Green

📋 copy color: '#B9B62A'

red 185 ◦ green 182 ◦ blue 42

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

Shades of Earls Green #B9B62A

Tints of Earls Green #B9B62A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.5%

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 45.23%
G = 44.5%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B9B62A (or 0xB9B62A) is known color: Earls Green. HEX triplet: B9, B6 and 2A. RGB value is (185,182,42). Sum of RGB (Red+Green+Blue) = 185+182+42=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B62A is #4649D5. Grayscale: #A7A7A7. Windows color (decimal): -4606422 or 2799289. OLE color: 2799289.

HSL color Cylindrical-coordinate representation of color #B9B62A: hue angle of 58.74º degrees, saturation: 0.63, 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 #B9B62A is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 182 42 -
CMYK 0 0.02 0.77 0.27
HSL 58.74º 0.63% 0.45% -
HSV(B) 58.74º 0.77% 0.73% -
XYZ 37.15 43.94 8.71 -
YUV 166.94 57.49 140.88 -
System Red Green Blue C M Y K H S L
Decimal 185 182 42 0 0.02 0.77 0.27 58.74 0.63 0.45
Hex B9 B6 2A 0 2 4D 1B 3B 3F 2D
Octal 271 266 52 0 2 115 33 73 77 55
Binary 10111001 10110110 101010 0 10 1001101 11011 111011 111111 101101

Color Harmonies of #B9B62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B62A

Black with #B9B62A

Text Example


Text Example

White with #B9B62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B62A; }

 p { color: rgb(185,182,42); }

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

background-color css

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

 a { background-color: rgb(185,182,42); }

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

border-color css

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

 span { border-color: rgb(185,182,42); }

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