Html Css Color HEX #BBAE2D Earls Green

📋 copy color: '#BBAE2D'

red 187 ◦ green 174 ◦ blue 45

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

Shades of Earls Green #BBAE2D

Tints of Earls Green #BBAE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.08%

R = 46.06%
G = 42.86%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BBAE2D (or 0xBBAE2D) is known color: Earls Green. HEX triplet: BB, AE and 2D. RGB value is (187,174,45). Sum of RGB (Red+Green+Blue) = 187+174+45=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE2D is #4451D2. Grayscale: #A3A3A3. Windows color (decimal): -4477395 or 2993851. OLE color: 2993851.

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

Color convert

RGB 187 174 45 -
CMYK 0 0.07 0.76 0.27
HSL 54.51º 0.61% 0.45% -
HSV(B) 54.51º 0.76% 0.73% -
XYZ 36.1 41.03 8.5 -
YUV 163.18 61.31 144.99 -
System Red Green Blue C M Y K H S L
Decimal 187 174 45 0 0.07 0.76 0.27 54.51 0.61 0.45
Hex BB AE 2D 0 7 4C 1B 37 3D 2D
Octal 273 256 55 0 7 114 33 67 75 55
Binary 10111011 10101110 101101 0 111 1001100 11011 110111 111101 101101

Color Harmonies of #BBAE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE2D

Black with #BBAE2D

Text Example


Text Example

White with #BBAE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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