Html Css Color HEX #BBAB14 Earls Green

📋 copy color: '#BBAB14'

red 187 ◦ green 171 ◦ blue 20

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

Shades of Earls Green #BBAB14

Tints of Earls Green #BBAB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.29%

R = 49.47%
G = 45.24%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBAB14 (or 0xBBAB14) is known color: Earls Green. HEX triplet: BB, AB and 14. RGB value is (187,171,20). Sum of RGB (Red+Green+Blue) = 187+171+20=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAB14 is #4454EB. Grayscale: #9F9F9F. Windows color (decimal): -4478188 or 1354683. OLE color: 1354683.

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

Color convert

RGB 187 171 20 -
CMYK 0 0.09 0.89 0.27
HSL 54.25º 0.81% 0.41% -
HSV(B) 54.25º 0.89% 0.73% -
XYZ 35.18 39.74 6.48 -
YUV 158.57 49.8 148.28 -
System Red Green Blue C M Y K H S L
Decimal 187 171 20 0 0.09 0.89 0.27 54.25 0.81 0.41
Hex BB AB 14 0 9 59 1B 36 51 29
Octal 273 253 24 0 11 131 33 66 121 51
Binary 10111011 10101011 10100 0 1001 1011001 11011 110110 1010001 101001

Color Harmonies of #BBAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB14

Black with #BBAB14

Text Example


Text Example

White with #BBAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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