Html Css Color HEX #BBB720 Earls Green

📋 copy color: '#BBB720'

red 187 ◦ green 183 ◦ blue 32

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

Shades of Earls Green #BBB720

Tints of Earls Green #BBB720

RGB

 RED value IS 187 (73.44% from 255) = 46.52%

 GREEN value IS 183 (71.88% from 255) = 45.52%

 BLUE value IS 32 (12.89% from 255) = 7.96%

R = 46.52%
G = 45.52%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBB720 (or 0xBBB720) is known color: Earls Green. HEX triplet: BB, B7 and 20. RGB value is (187,183,32). Sum of RGB (Red+Green+Blue) = 187+183+32=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 183 (71.88% from 255 or 45.52% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB720 is #4448DF. Grayscale: #A7A7A7. Windows color (decimal): -4475104 or 2144187. OLE color: 2144187.

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

Color convert

RGB 187 183 32 -
CMYK 0 0.02 0.83 0.27
HSL 58.45º 0.71% 0.43% -
HSV(B) 58.45º 0.83% 0.73% -
XYZ 37.69 44.54 7.98 -
YUV 166.98 51.83 142.28 -
System Red Green Blue C M Y K H S L
Decimal 187 183 32 0 0.02 0.83 0.27 58.45 0.71 0.43
Hex BB B7 20 0 2 53 1B 3A 47 2B
Octal 273 267 40 0 2 123 33 72 107 53
Binary 10111011 10110111 100000 0 10 1010011 11011 111010 1000111 101011

Color Harmonies of #BBB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB720

Black with #BBB720

Text Example


Text Example

White with #BBB720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB720; }

 p { color: rgb(187,183,32); }

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

background-color css

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

 a { background-color: rgb(187,183,32); }

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

border-color css

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

 span { border-color: rgb(187,183,32); }

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