Html Css Color HEX #BBAE14 Earls Green

📋 copy color: '#BBAE14'

red 187 ◦ green 174 ◦ blue 20

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

Shades of Earls Green #BBAE14

Tints of Earls Green #BBAE14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.25%

R = 49.08%
G = 45.67%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBAE14 (or 0xBBAE14) is known color: Earls Green. HEX triplet: BB, AE and 14. RGB value is (187,174,20). Sum of RGB (Red+Green+Blue) = 187+174+20=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAE14 is #4451EB. Grayscale: #A0A0A0. Windows color (decimal): -4477420 or 1355451. OLE color: 1355451.

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

Color convert

RGB 187 174 20 -
CMYK 0 0.07 0.89 0.27
HSL 55.33º 0.81% 0.41% -
HSV(B) 55.33º 0.89% 0.73% -
XYZ 35.76 40.89 6.67 -
YUV 160.33 48.81 147.02 -
System Red Green Blue C M Y K H S L
Decimal 187 174 20 0 0.07 0.89 0.27 55.33 0.81 0.41
Hex BB AE 14 0 7 59 1B 37 51 29
Octal 273 256 24 0 7 131 33 67 121 51
Binary 10111011 10101110 10100 0 111 1011001 11011 110111 1010001 101001

Color Harmonies of #BBAE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE14

Black with #BBAE14

Text Example


Text Example

White with #BBAE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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