Html Css Color HEX #BBAD11 Earls Green

📋 copy color: '#BBAD11'

red 187 ◦ green 173 ◦ blue 17

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

Shades of Earls Green #BBAD11

Tints of Earls Green #BBAD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.51%

R = 49.6%
G = 45.89%
B = 4.51%

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

#BBAD11 (or 0xBBAD11) is known color: Earls Green. HEX triplet: BB, AD and 11. RGB value is (187,173,17). Sum of RGB (Red+Green+Blue) = 187+173+17=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAD11 is #4452EE. Grayscale: #A0A0A0. Windows color (decimal): -4477679 or 1158587. OLE color: 1158587.

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

Color convert

RGB 187 173 17 -
CMYK 0 0.07 0.91 0.27
HSL 55.06º 0.83% 0.4% -
HSV(B) 55.06º 0.91% 0.73% -
XYZ 35.54 40.49 6.47 -
YUV 159.4 47.64 147.68 -
System Red Green Blue C M Y K H S L
Decimal 187 173 17 0 0.07 0.91 0.27 55.06 0.83 0.4
Hex BB AD 11 0 7 5B 1B 37 53 28
Octal 273 255 21 0 7 133 33 67 123 50
Binary 10111011 10101101 10001 0 111 1011011 11011 110111 1010011 101000

Color Harmonies of #BBAD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD11

Black with #BBAD11

Text Example


Text Example

White with #BBAD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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