Html Css Color HEX #BBB013 Earls Green

📋 copy color: '#BBB013'

red 187 ◦ green 176 ◦ blue 19

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

Shades of Earls Green #BBB013

Tints of Earls Green #BBB013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.97%

R = 48.95%
G = 46.07%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBB013 (or 0xBBB013) is known color: Earls Green. HEX triplet: BB, B0 and 13. RGB value is (187,176,19). Sum of RGB (Red+Green+Blue) = 187+176+19=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB013 is #444FEC. Grayscale: #A2A2A2. Windows color (decimal): -4476909 or 1290427. OLE color: 1290427.

HSL color Cylindrical-coordinate representation of color #BBB013: hue angle of 56.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBB013 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 176 19 -
CMYK 0 0.06 0.90 0.27
HSL 56.07º 0.82% 0.4% -
HSV(B) 56.07º 0.9% 0.73% -
XYZ 36.14 41.66 6.75 -
YUV 161.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 187 176 19 0 0.06 0.90 0.27 56.07 0.82 0.4
Hex BB B0 13 0 6 5A 1B 38 52 28
Octal 273 260 23 0 6 132 33 70 122 50
Binary 10111011 10110000 10011 0 110 1011010 11011 111000 1010010 101000

Color Harmonies of #BBB013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB013

Black with #BBB013

Text Example


Text Example

White with #BBB013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB013; }

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

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

background-color css

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

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

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

border-color css

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

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

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