Html Css Color HEX #BBB329 Earls Green

📋 copy color: '#BBB329'

red 187 ◦ green 179 ◦ blue 41

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

Shades of Earls Green #BBB329

Tints of Earls Green #BBB329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.07%

R = 45.95%
G = 43.98%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBB329 (or 0xBBB329) is known color: Earls Green. HEX triplet: BB, B3 and 29. RGB value is (187,179,41). Sum of RGB (Red+Green+Blue) = 187+179+41=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB329 is #444CD6. Grayscale: #A6A6A6. Windows color (decimal): -4476119 or 2732987. OLE color: 2732987.

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

Color convert

RGB 187 179 41 -
CMYK 0 0.04 0.78 0.27
HSL 56.71º 0.64% 0.45% -
HSV(B) 56.71º 0.78% 0.73% -
XYZ 37.01 42.97 8.44 -
YUV 165.66 57.65 143.22 -
System Red Green Blue C M Y K H S L
Decimal 187 179 41 0 0.04 0.78 0.27 56.71 0.64 0.45
Hex BB B3 29 0 4 4E 1B 39 40 2D
Octal 273 263 51 0 4 116 33 71 100 55
Binary 10111011 10110011 101001 0 100 1001110 11011 111001 1000000 101101

Color Harmonies of #BBB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB329

Black with #BBB329

Text Example


Text Example

White with #BBB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB329; }

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

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

background-color css

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

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

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

border-color css

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

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

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