Html Css Color HEX #BBAA1D Earls Green

📋 copy color: '#BBAA1D'

red 187 ◦ green 170 ◦ blue 29

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

Shades of Earls Green #BBAA1D

Tints of Earls Green #BBAA1D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.04%

 BLUE value IS 29 (11.72% from 255) = 7.51%

R = 48.45%
G = 44.04%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BBAA1D (or 0xBBAA1D) is known color: Earls Green. HEX triplet: BB, AA and 1D. RGB value is (187,170,29). Sum of RGB (Red+Green+Blue) = 187+170+29=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAA1D is #4455E2. Grayscale: #9F9F9F. Windows color (decimal): -4478435 or 1944251. OLE color: 1944251.

HSL color Cylindrical-coordinate representation of color #BBAA1D: hue angle of 53.54º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BBAA1D is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 29 -
CMYK 0 0.09 0.84 0.27
HSL 53.54º 0.73% 0.42% -
HSV(B) 53.54º 0.84% 0.73% -
XYZ 35.09 39.4 6.92 -
YUV 159.01 54.63 147.96 -
System Red Green Blue C M Y K H S L
Decimal 187 170 29 0 0.09 0.84 0.27 53.54 0.73 0.42
Hex BB AA 1D 0 9 54 1B 36 49 2A
Octal 273 252 35 0 11 124 33 66 111 52
Binary 10111011 10101010 11101 0 1001 1010100 11011 110110 1001001 101010

Color Harmonies of #BBAA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA1D

Black with #BBAA1D

Text Example


Text Example

White with #BBAA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA1D; }

 p { color: rgb(187,170,29); }

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

background-color css

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

 a { background-color: rgb(187,170,29); }

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

border-color css

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

 span { border-color: rgb(187,170,29); }

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