Html Css Color HEX #BBB331 Earls Green

📋 copy color: '#BBB331'

red 187 ◦ green 179 ◦ blue 49

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

Shades of Earls Green #BBB331

Tints of Earls Green #BBB331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.81%

R = 45.06%
G = 43.13%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BBB331 (or 0xBBB331) is known color: Earls Green. HEX triplet: BB, B3 and 31. RGB value is (187,179,49). Sum of RGB (Red+Green+Blue) = 187+179+49=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB331 is #444CCE. Grayscale: #A7A7A7. Windows color (decimal): -4476111 or 3257275. OLE color: 3257275.

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

Color convert

RGB 187 179 49 -
CMYK 0 0.04 0.74 0.27
HSL 56.52º 0.58% 0.46% -
HSV(B) 56.52º 0.74% 0.73% -
XYZ 37.17 43.03 9.25 -
YUV 166.57 61.65 142.57 -
System Red Green Blue C M Y K H S L
Decimal 187 179 49 0 0.04 0.74 0.27 56.52 0.58 0.46
Hex BB B3 31 0 4 4A 1B 39 3A 2E
Octal 273 263 61 0 4 112 33 71 72 56
Binary 10111011 10110011 110001 0 100 1001010 11011 111001 111010 101110

Color Harmonies of #BBB331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB331

Black with #BBB331

Text Example


Text Example

White with #BBB331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB331; }

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

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

background-color css

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

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

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

border-color css

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

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

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