Html Css Color HEX #BBAE16 Earls Green

📋 copy color: '#BBAE16'

red 187 ◦ green 174 ◦ blue 22

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

Shades of Earls Green #BBAE16

Tints of Earls Green #BBAE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.74%

R = 48.83%
G = 45.43%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BBAE16 (or 0xBBAE16) is known color: Earls Green. HEX triplet: BB, AE and 16. RGB value is (187,174,22). Sum of RGB (Red+Green+Blue) = 187+174+22=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 174 (68.36% from 255 or 45.43% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAE16 is #4451E9. Grayscale: #A1A1A1. Windows color (decimal): -4477418 or 1486523. OLE color: 1486523.

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

Color convert

RGB 187 174 22 -
CMYK 0 0.07 0.88 0.27
HSL 55.27º 0.79% 0.41% -
HSV(B) 55.27º 0.88% 0.73% -
XYZ 35.77 40.89 6.77 -
YUV 160.56 49.81 146.86 -
System Red Green Blue C M Y K H S L
Decimal 187 174 22 0 0.07 0.88 0.27 55.27 0.79 0.41
Hex BB AE 16 0 7 58 1B 37 4F 29
Octal 273 256 26 0 7 130 33 67 117 51
Binary 10111011 10101110 10110 0 111 1011000 11011 110111 1001111 101001

Color Harmonies of #BBAE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE16

Black with #BBAE16

Text Example


Text Example

White with #BBAE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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