Html Css Color HEX #BBB520 Earls Green

📋 copy color: '#BBB520'

red 187 ◦ green 181 ◦ blue 32

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

Shades of Earls Green #BBB520

Tints of Earls Green #BBB520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.25%

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

R = 46.75%
G = 45.25%
B = 8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBB520 (or 0xBBB520) is known color: Earls Green. HEX triplet: BB, B5 and 20. RGB value is (187,181,32). Sum of RGB (Red+Green+Blue) = 187+181+32=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB520 is #444ADF. Grayscale: #A6A6A6. Windows color (decimal): -4475616 or 2143675. OLE color: 2143675.

HSL color Cylindrical-coordinate representation of color #BBB520: hue angle of 57.68º 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 #BBB520 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 181 32 -
CMYK 0 0.03 0.83 0.27
HSL 57.68º 0.71% 0.43% -
HSV(B) 57.68º 0.83% 0.73% -
XYZ 37.28 43.72 7.84 -
YUV 165.81 52.49 143.12 -
System Red Green Blue C M Y K H S L
Decimal 187 181 32 0 0.03 0.83 0.27 57.68 0.71 0.43
Hex BB B5 20 0 3 53 1B 3A 47 2B
Octal 273 265 40 0 3 123 33 72 107 53
Binary 10111011 10110101 100000 0 11 1010011 11011 111010 1000111 101011

Color Harmonies of #BBB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB520

Black with #BBB520

Text Example


Text Example

White with #BBB520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB520; }

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

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

background-color css

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

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

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

border-color css

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

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

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