Html Css Color HEX #BBAE10 Earls Green

📋 copy color: '#BBAE10'

red 187 ◦ green 174 ◦ blue 16

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

Shades of Earls Green #BBAE10

Tints of Earls Green #BBAE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.24%

R = 49.6%
G = 46.15%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBAE10 (or 0xBBAE10) is known color: Earls Green. HEX triplet: BB, AE and 10. RGB value is (187,174,16). Sum of RGB (Red+Green+Blue) = 187+174+16=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAE10 is #4451EF. Grayscale: #A0A0A0. Windows color (decimal): -4477424 or 1093307. OLE color: 1093307.

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

Color convert

RGB 187 174 16 -
CMYK 0 0.07 0.91 0.27
HSL 55.44º 0.84% 0.4% -
HSV(B) 55.44º 0.91% 0.73% -
XYZ 35.72 40.87 6.5 -
YUV 159.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 187 174 16 0 0.07 0.91 0.27 55.44 0.84 0.4
Hex BB AE 10 0 7 5B 1B 37 54 28
Octal 273 256 20 0 7 133 33 67 124 50
Binary 10111011 10101110 10000 0 111 1011011 11011 110111 1010100 101000

Color Harmonies of #BBAE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE10

Black with #BBAE10

Text Example


Text Example

White with #BBAE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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