Html Css Color HEX #BBB318 Earls Green

📋 copy color: '#BBB318'

red 187 ◦ green 179 ◦ blue 24

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

Shades of Earls Green #BBB318

Tints of Earls Green #BBB318

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.9%

 BLUE value IS 24 (9.77% from 255) = 6.15%

R = 47.95%
G = 45.9%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBB318 (or 0xBBB318) is known color: Earls Green. HEX triplet: BB, B3 and 18. RGB value is (187,179,24). Sum of RGB (Red+Green+Blue) = 187+179+24=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB318 is #444CE7. Grayscale: #A4A4A4. Windows color (decimal): -4476136 or 1618875. OLE color: 1618875.

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

Color convert

RGB 187 179 24 -
CMYK 0 0.04 0.87 0.27
HSL 57.06º 0.77% 0.41% -
HSV(B) 57.06º 0.87% 0.73% -
XYZ 36.78 42.87 7.2 -
YUV 163.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 187 179 24 0 0.04 0.87 0.27 57.06 0.77 0.41
Hex BB B3 18 0 4 57 1B 39 4D 29
Octal 273 263 30 0 4 127 33 71 115 51
Binary 10111011 10110011 11000 0 100 1010111 11011 111001 1001101 101001

Color Harmonies of #BBB318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB318

Black with #BBB318

Text Example


Text Example

White with #BBB318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB318; }

 p { color: rgb(187,179,24); }

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

background-color css

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

 a { background-color: rgb(187,179,24); }

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

border-color css

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

 span { border-color: rgb(187,179,24); }

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