Html Css Color HEX #BBAB13 Earls Green

📋 copy color: '#BBAB13'

red 187 ◦ green 171 ◦ blue 19

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

Shades of Earls Green #BBAB13

Tints of Earls Green #BBAB13

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.36%

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

R = 49.6%
G = 45.36%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBAB13 (or 0xBBAB13) is known color: Earls Green. HEX triplet: BB, AB and 13. RGB value is (187,171,19). Sum of RGB (Red+Green+Blue) = 187+171+19=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB13 is #4454EC. Grayscale: #9F9F9F. Windows color (decimal): -4478189 or 1289147. OLE color: 1289147.

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

Color convert

RGB 187 171 19 -
CMYK 0 0.09 0.90 0.27
HSL 54.29º 0.82% 0.4% -
HSV(B) 54.29º 0.9% 0.73% -
XYZ 35.17 39.74 6.43 -
YUV 158.46 49.3 148.36 -
System Red Green Blue C M Y K H S L
Decimal 187 171 19 0 0.09 0.90 0.27 54.29 0.82 0.4
Hex BB AB 13 0 9 5A 1B 36 52 28
Octal 273 253 23 0 11 132 33 66 122 50
Binary 10111011 10101011 10011 0 1001 1011010 11011 110110 1010010 101000

Color Harmonies of #BBAB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB13

Black with #BBAB13

Text Example


Text Example

White with #BBAB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB13; }

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

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

background-color css

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

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

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

border-color css

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

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

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