Html Css Color HEX #BBAD10 Earls Green

📋 copy color: '#BBAD10'

red 187 ◦ green 173 ◦ blue 16

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

Shades of Earls Green #BBAD10

Tints of Earls Green #BBAD10

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.01%

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

R = 49.73%
G = 46.01%
B = 4.26%

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

#BBAD10 (or 0xBBAD10) is known color: Earls Green. HEX triplet: BB, AD and 10. RGB value is (187,173,16). Sum of RGB (Red+Green+Blue) = 187+173+16=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAD10 is #4452EF. Grayscale: #9F9F9F. Windows color (decimal): -4477680 or 1093051. OLE color: 1093051.

HSL color Cylindrical-coordinate representation of color #BBAD10: hue angle of 55.09º 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 #BBAD10 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 173 16 -
CMYK 0 0.07 0.91 0.27
HSL 55.09º 0.84% 0.4% -
HSV(B) 55.09º 0.91% 0.73% -
XYZ 35.53 40.49 6.43 -
YUV 159.29 47.14 147.77 -
System Red Green Blue C M Y K H S L
Decimal 187 173 16 0 0.07 0.91 0.27 55.09 0.84 0.4
Hex BB AD 10 0 7 5B 1B 37 54 28
Octal 273 255 20 0 7 133 33 67 124 50
Binary 10111011 10101101 10000 0 111 1011011 11011 110111 1010100 101000

Color Harmonies of #BBAD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD10

Black with #BBAD10

Text Example


Text Example

White with #BBAD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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