Html Css Color HEX #BCAB15 Earls Green

📋 copy color: '#BCAB15'

red 188 ◦ green 171 ◦ blue 21

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

Shades of Earls Green #BCAB15

Tints of Earls Green #BCAB15

RGB

 RED value IS 188 (73.83% from 255) = 49.47%

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

 BLUE value IS 21 (8.59% from 255) = 5.53%

R = 49.47%
G = 45%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BCAB15 (or 0xBCAB15) is known color: Earls Green. HEX triplet: BC, AB and 15. RGB value is (188,171,21). Sum of RGB (Red+Green+Blue) = 188+171+21=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAB15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAB15 is #4354EA. Grayscale: #9F9F9F. Windows color (decimal): -4412651 or 1420220. OLE color: 1420220.

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

Color convert

RGB 188 171 21 -
CMYK 0 0.09 0.89 0.26
HSL 53.89º 0.8% 0.41% -
HSV(B) 53.89º 0.89% 0.74% -
XYZ 35.44 39.87 6.54 -
YUV 158.98 50.13 148.7 -
System Red Green Blue C M Y K H S L
Decimal 188 171 21 0 0.09 0.89 0.26 53.89 0.8 0.41
Hex BC AB 15 0 9 59 1A 36 50 29
Octal 274 253 25 0 11 131 32 66 120 51
Binary 10111100 10101011 10101 0 1001 1011001 11010 110110 1010000 101001

Color Harmonies of #BCAB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAB15

Black with #BCAB15

Text Example


Text Example

White with #BCAB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAB15; }

 p { color: rgb(188,171,21); }

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

background-color css

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

 a { background-color: rgb(188,171,21); }

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

border-color css

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

 span { border-color: rgb(188,171,21); }

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