Html Css Color HEX #BBB116 Earls Green

📋 copy color: '#BBB116'

red 187 ◦ green 177 ◦ blue 22

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

Shades of Earls Green #BBB116

Tints of Earls Green #BBB116

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.85%

 BLUE value IS 22 (8.98% from 255) = 5.7%

R = 48.45%
G = 45.85%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BBB116 (or 0xBBB116) is known color: Earls Green. HEX triplet: BB, B1 and 16. RGB value is (187,177,22). Sum of RGB (Red+Green+Blue) = 187+177+22=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 177 (69.53% from 255 or 45.85% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB116 is #444EE9. Grayscale: #A2A2A2. Windows color (decimal): -4476650 or 1487291. OLE color: 1487291.

HSL color Cylindrical-coordinate representation of color #BBB116: hue angle of 56.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBB116 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 177 22 -
CMYK 0 0.05 0.88 0.27
HSL 56.36º 0.79% 0.41% -
HSV(B) 56.36º 0.88% 0.73% -
XYZ 36.36 42.07 6.96 -
YUV 162.32 48.81 145.6 -
System Red Green Blue C M Y K H S L
Decimal 187 177 22 0 0.05 0.88 0.27 56.36 0.79 0.41
Hex BB B1 16 0 5 58 1B 38 4F 29
Octal 273 261 26 0 5 130 33 70 117 51
Binary 10111011 10110001 10110 0 101 1011000 11011 111000 1001111 101001

Color Harmonies of #BBB116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB116

Black with #BBB116

Text Example


Text Example

White with #BBB116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB116; }

 p { color: rgb(187,177,22); }

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

background-color css

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

 a { background-color: rgb(187,177,22); }

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

border-color css

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

 span { border-color: rgb(187,177,22); }

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