Html Css Color HEX #BBB020 Earls Green

📋 copy color: '#BBB020'

red 187 ◦ green 176 ◦ blue 32

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

Shades of Earls Green #BBB020

Tints of Earls Green #BBB020

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.56%

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

R = 47.34%
G = 44.56%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBB020 (or 0xBBB020) is known color: Earls Green. HEX triplet: BB, B0 and 20. RGB value is (187,176,32). Sum of RGB (Red+Green+Blue) = 187+176+32=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB020 is #444FDF. Grayscale: #A3A3A3. Windows color (decimal): -4476896 or 2142395. OLE color: 2142395.

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

Color convert

RGB 187 176 32 -
CMYK 0 0.06 0.83 0.27
HSL 55.74º 0.71% 0.43% -
HSV(B) 55.74º 0.83% 0.73% -
XYZ 36.28 41.72 7.51 -
YUV 162.87 54.14 145.21 -
System Red Green Blue C M Y K H S L
Decimal 187 176 32 0 0.06 0.83 0.27 55.74 0.71 0.43
Hex BB B0 20 0 6 53 1B 38 47 2B
Octal 273 260 40 0 6 123 33 70 107 53
Binary 10111011 10110000 100000 0 110 1010011 11011 111000 1000111 101011

Color Harmonies of #BBB020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB020

Black with #BBB020

Text Example


Text Example

White with #BBB020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB020; }

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

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

background-color css

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

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

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

border-color css

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

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

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