Html Css Color HEX #BBAE13 Earls Green

📋 copy color: '#BBAE13'

red 187 ◦ green 174 ◦ blue 19

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

Shades of Earls Green #BBAE13

Tints of Earls Green #BBAE13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5%

R = 49.21%
G = 45.79%
B = 5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBAE13 (or 0xBBAE13) is known color: Earls Green. HEX triplet: BB, AE and 13. RGB value is (187,174,19). Sum of RGB (Red+Green+Blue) = 187+174+19=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAE13 is #4451EC. Grayscale: #A0A0A0. Windows color (decimal): -4477421 or 1289915. OLE color: 1289915.

HSL color Cylindrical-coordinate representation of color #BBAE13: hue angle of 55.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBAE13 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 19 -
CMYK 0 0.07 0.90 0.27
HSL 55.36º 0.82% 0.4% -
HSV(B) 55.36º 0.9% 0.73% -
XYZ 35.75 40.88 6.62 -
YUV 160.22 48.31 147.1 -
System Red Green Blue C M Y K H S L
Decimal 187 174 19 0 0.07 0.90 0.27 55.36 0.82 0.4
Hex BB AE 13 0 7 5A 1B 37 52 28
Octal 273 256 23 0 7 132 33 67 122 50
Binary 10111011 10101110 10011 0 111 1011010 11011 110111 1010010 101000

Color Harmonies of #BBAE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE13

Black with #BBAE13

Text Example


Text Example

White with #BBAE13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE13; }

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

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

background-color css

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

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

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

border-color css

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

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

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