Html Css Color HEX #BBA929 Earls Green

📋 copy color: '#BBA929'

red 187 ◦ green 169 ◦ blue 41

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

Shades of Earls Green #BBA929

Tints of Earls Green #BBA929

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.57%

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

R = 47.1%
G = 42.57%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBA929 (or 0xBBA929) is known color: Earls Green. HEX triplet: BB, A9 and 29. RGB value is (187,169,41). Sum of RGB (Red+Green+Blue) = 187+169+41=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA929 is #4456D6. Grayscale: #A0A0A0. Windows color (decimal): -4478679 or 2730427. OLE color: 2730427.

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

Color convert

RGB 187 169 41 -
CMYK 0 0.10 0.78 0.27
HSL 52.6º 0.64% 0.45% -
HSV(B) 52.6º 0.78% 0.73% -
XYZ 35.08 39.1 7.8 -
YUV 159.79 60.96 147.41 -
System Red Green Blue C M Y K H S L
Decimal 187 169 41 0 0.10 0.78 0.27 52.6 0.64 0.45
Hex BB A9 29 0 A 4E 1B 35 40 2D
Octal 273 251 51 0 12 116 33 65 100 55
Binary 10111011 10101001 101001 0 1010 1001110 11011 110101 1000000 101101

Color Harmonies of #BBA929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA929

Black with #BBA929

Text Example


Text Example

White with #BBA929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA929; }

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

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

background-color css

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

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

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

border-color css

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

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

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