Html Css Color HEX #BBB129 Earls Green

📋 copy color: '#BBB129'

red 187 ◦ green 177 ◦ blue 41

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

Shades of Earls Green #BBB129

Tints of Earls Green #BBB129

RGB

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

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

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

R = 46.17%
G = 43.7%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBB129 (or 0xBBB129) is known color: Earls Green. HEX triplet: BB, B1 and 29. RGB value is (187,177,41). Sum of RGB (Red+Green+Blue) = 187+177+41=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB129 is #444ED6. Grayscale: #A5A5A5. Windows color (decimal): -4476631 or 2732475. OLE color: 2732475.

HSL color Cylindrical-coordinate representation of color #BBB129: hue angle of 55.89º 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 #BBB129 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 177 41 -
CMYK 0 0.05 0.78 0.27
HSL 55.89º 0.64% 0.45% -
HSV(B) 55.89º 0.78% 0.73% -
XYZ 36.62 42.17 8.31 -
YUV 164.49 58.31 144.06 -
System Red Green Blue C M Y K H S L
Decimal 187 177 41 0 0.05 0.78 0.27 55.89 0.64 0.45
Hex BB B1 29 0 5 4E 1B 38 40 2D
Octal 273 261 51 0 5 116 33 70 100 55
Binary 10111011 10110001 101001 0 101 1001110 11011 111000 1000000 101101

Color Harmonies of #BBB129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB129

Black with #BBB129

Text Example


Text Example

White with #BBB129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB129; }

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

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

background-color css

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

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

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

border-color css

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

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

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