Html Css Color HEX #BBAB2E Earls Green

📋 copy color: '#BBAB2E'

red 187 ◦ green 171 ◦ blue 46

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

Shades of Earls Green #BBAB2E

Tints of Earls Green #BBAB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.39%

R = 46.29%
G = 42.33%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BBAB2E (or 0xBBAB2E) is known color: Earls Green. HEX triplet: BB, AB and 2E. RGB value is (187,171,46). Sum of RGB (Red+Green+Blue) = 187+171+46=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB2E is #4454D1. Grayscale: #A2A2A2. Windows color (decimal): -4478162 or 3058619. OLE color: 3058619.

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

Color convert

RGB 187 171 46 -
CMYK 0 0.09 0.75 0.27
HSL 53.19º 0.61% 0.46% -
HSV(B) 53.19º 0.75% 0.73% -
XYZ 35.55 39.89 8.41 -
YUV 161.53 62.8 146.16 -
System Red Green Blue C M Y K H S L
Decimal 187 171 46 0 0.09 0.75 0.27 53.19 0.61 0.46
Hex BB AB 2E 0 9 4B 1B 35 3D 2E
Octal 273 253 56 0 11 113 33 65 75 56
Binary 10111011 10101011 101110 0 1001 1001011 11011 110101 111101 101110

Color Harmonies of #BBAB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB2E

Black with #BBAB2E

Text Example


Text Example

White with #BBAB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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