Html Css Color HEX #BBAB2A Earls Green

📋 copy color: '#BBAB2A'

red 187 ◦ green 171 ◦ blue 42

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

Shades of Earls Green #BBAB2A

Tints of Earls Green #BBAB2A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.75%

 BLUE value IS 42 (16.8% from 255) = 10.5%

R = 46.75%
G = 42.75%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BBAB2A (or 0xBBAB2A) is known color: Earls Green. HEX triplet: BB, AB and 2A. RGB value is (187,171,42). Sum of RGB (Red+Green+Blue) = 187+171+42=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB2A is #4454D5. Grayscale: #A1A1A1. Windows color (decimal): -4478166 or 2796475. OLE color: 2796475.

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

Color convert

RGB 187 171 42 -
CMYK 0 0.09 0.78 0.27
HSL 53.38º 0.63% 0.45% -
HSV(B) 53.38º 0.78% 0.73% -
XYZ 35.47 39.86 8.01 -
YUV 161.08 60.8 146.49 -
System Red Green Blue C M Y K H S L
Decimal 187 171 42 0 0.09 0.78 0.27 53.38 0.63 0.45
Hex BB AB 2A 0 9 4E 1B 35 3F 2D
Octal 273 253 52 0 11 116 33 65 77 55
Binary 10111011 10101011 101010 0 1001 1001110 11011 110101 111111 101101

Color Harmonies of #BBAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB2A

Black with #BBAB2A

Text Example


Text Example

White with #BBAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB2A; }

 p { color: rgb(187,171,42); }

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

background-color css

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

 a { background-color: rgb(187,171,42); }

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

border-color css

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

 span { border-color: rgb(187,171,42); }

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