Html Css Color HEX #BBB929 Earls Green

📋 copy color: '#BBB929'

red 187 ◦ green 185 ◦ blue 41

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

Shades of Earls Green #BBB929

Tints of Earls Green #BBB929

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.79%

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

R = 45.28%
G = 44.79%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBB929 (or 0xBBB929) is known color: Earls Green. HEX triplet: BB, B9 and 29. RGB value is (187,185,41). Sum of RGB (Red+Green+Blue) = 187+185+41=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB929 is #4446D6. Grayscale: #A9A9A9. Windows color (decimal): -4474583 or 2734523. OLE color: 2734523.

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

Color convert

RGB 187 185 41 -
CMYK 0 0.01 0.78 0.27
HSL 59.18º 0.64% 0.45% -
HSV(B) 59.18º 0.78% 0.73% -
XYZ 38.24 45.42 8.85 -
YUV 169.18 55.66 140.71 -
System Red Green Blue C M Y K H S L
Decimal 187 185 41 0 0.01 0.78 0.27 59.18 0.64 0.45
Hex BB B9 29 0 1 4E 1B 3B 40 2D
Octal 273 271 51 0 1 116 33 73 100 55
Binary 10111011 10111001 101001 0 1 1001110 11011 111011 1000000 101101

Color Harmonies of #BBB929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB929

Black with #BBB929

Text Example


Text Example

White with #BBB929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB929; }

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

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

background-color css

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

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

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

border-color css

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

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

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