Html Css Color HEX #BBA229 Earls Green

📋 copy color: '#BBA229'

red 187 ◦ green 162 ◦ blue 41

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

Shades of Earls Green #BBA229

Tints of Earls Green #BBA229

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.54%

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

R = 47.95%
G = 41.54%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBA229 (or 0xBBA229) is known color: Earls Green. HEX triplet: BB, A2 and 29. RGB value is (187,162,41). Sum of RGB (Red+Green+Blue) = 187+162+41=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA229 is #445DD6. Grayscale: #9C9C9C. Windows color (decimal): -4480471 or 2728635. OLE color: 2728635.

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

Color convert

RGB 187 162 41 -
CMYK 0 0.13 0.78 0.27
HSL 49.73º 0.64% 0.45% -
HSV(B) 49.73º 0.78% 0.73% -
XYZ 33.81 36.57 7.37 -
YUV 155.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 187 162 41 0 0.13 0.78 0.27 49.73 0.64 0.45
Hex BB A2 29 0 D 4E 1B 32 40 2D
Octal 273 242 51 0 15 116 33 62 100 55
Binary 10111011 10100010 101001 0 1101 1001110 11011 110010 1000000 101101

Color Harmonies of #BBA229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA229

Black with #BBA229

Text Example


Text Example

White with #BBA229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA229; }

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

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

background-color css

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

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

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

border-color css

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

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

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