Html Css Color HEX #BBA629 Earls Green

📋 copy color: '#BBA629'

red 187 ◦ green 166 ◦ blue 41

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

Shades of Earls Green #BBA629

Tints of Earls Green #BBA629

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.13%

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

R = 47.46%
G = 42.13%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBA629 (or 0xBBA629) is known color: Earls Green. HEX triplet: BB, A6 and 29. RGB value is (187,166,41). Sum of RGB (Red+Green+Blue) = 187+166+41=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA629 is #4459D6. Grayscale: #9E9E9E. Windows color (decimal): -4479447 or 2729659. OLE color: 2729659.

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

Color convert

RGB 187 166 41 -
CMYK 0 0.11 0.78 0.27
HSL 51.37º 0.64% 0.45% -
HSV(B) 51.37º 0.78% 0.73% -
XYZ 34.53 38 7.61 -
YUV 158.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 187 166 41 0 0.11 0.78 0.27 51.37 0.64 0.45
Hex BB A6 29 0 B 4E 1B 33 40 2D
Octal 273 246 51 0 13 116 33 63 100 55
Binary 10111011 10100110 101001 0 1011 1001110 11011 110011 1000000 101101

Color Harmonies of #BBA629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA629

Black with #BBA629

Text Example


Text Example

White with #BBA629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA629; }

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

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

background-color css

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

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

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

border-color css

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

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

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