Html Css Color HEX #BBAE2E Earls Green

📋 copy color: '#BBAE2E'

red 187 ◦ green 174 ◦ blue 46

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

Shades of Earls Green #BBAE2E

Tints of Earls Green #BBAE2E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.75%

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

R = 45.95%
G = 42.75%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BBAE2E (or 0xBBAE2E) is known color: Earls Green. HEX triplet: BB, AE and 2E. RGB value is (187,174,46). Sum of RGB (Red+Green+Blue) = 187+174+46=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE2E is #4451D1. Grayscale: #A3A3A3. Windows color (decimal): -4477394 or 3059387. OLE color: 3059387.

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

Color convert

RGB 187 174 46 -
CMYK 0 0.07 0.75 0.27
HSL 54.47º 0.61% 0.46% -
HSV(B) 54.47º 0.75% 0.73% -
XYZ 36.12 41.03 8.6 -
YUV 163.3 61.81 144.91 -
System Red Green Blue C M Y K H S L
Decimal 187 174 46 0 0.07 0.75 0.27 54.47 0.61 0.46
Hex BB AE 2E 0 7 4B 1B 36 3D 2E
Octal 273 256 56 0 7 113 33 66 75 56
Binary 10111011 10101110 101110 0 111 1001011 11011 110110 111101 101110

Color Harmonies of #BBAE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE2E

Black with #BBAE2E

Text Example


Text Example

White with #BBAE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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