Html Css Color HEX #BBAC29 Earls Green

📋 copy color: '#BBAC29'

red 187 ◦ green 172 ◦ blue 41

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

Shades of Earls Green #BBAC29

Tints of Earls Green #BBAC29

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43%

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

R = 46.75%
G = 43%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBAC29 (or 0xBBAC29) is known color: Earls Green. HEX triplet: BB, AC and 29. RGB value is (187,172,41). Sum of RGB (Red+Green+Blue) = 187+172+41=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC29 is #4453D6. Grayscale: #A2A2A2. Windows color (decimal): -4477911 or 2731195. OLE color: 2731195.

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

Color convert

RGB 187 172 41 -
CMYK 0 0.08 0.78 0.27
HSL 53.84º 0.64% 0.45% -
HSV(B) 53.84º 0.78% 0.73% -
XYZ 35.65 40.23 7.98 -
YUV 161.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 187 172 41 0 0.08 0.78 0.27 53.84 0.64 0.45
Hex BB AC 29 0 8 4E 1B 36 40 2D
Octal 273 254 51 0 10 116 33 66 100 55
Binary 10111011 10101100 101001 0 1000 1001110 11011 110110 1000000 101101

Color Harmonies of #BBAC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC29

Black with #BBAC29

Text Example


Text Example

White with #BBAC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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