Html Css Color HEX #BCAC15 Earls Green

📋 copy color: '#BCAC15'

red 188 ◦ green 172 ◦ blue 21

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

Shades of Earls Green #BCAC15

Tints of Earls Green #BCAC15

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.14%

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

R = 49.34%
G = 45.14%
B = 5.51%

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

#BCAC15 (or 0xBCAC15) is known color: Earls Green. HEX triplet: BC, AC and 15. RGB value is (188,172,21). Sum of RGB (Red+Green+Blue) = 188+172+21=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAC15 is #4353EA. Grayscale: #A0A0A0. Windows color (decimal): -4412395 or 1420476. OLE color: 1420476.

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

Color convert

RGB 188 172 21 -
CMYK 0 0.09 0.89 0.26
HSL 54.25º 0.8% 0.41% -
HSV(B) 54.25º 0.89% 0.74% -
XYZ 35.63 40.25 6.6 -
YUV 159.57 49.8 148.28 -
System Red Green Blue C M Y K H S L
Decimal 188 172 21 0 0.09 0.89 0.26 54.25 0.8 0.41
Hex BC AC 15 0 9 59 1A 36 50 29
Octal 274 254 25 0 11 131 32 66 120 51
Binary 10111100 10101100 10101 0 1001 1011001 11010 110110 1010000 101001

Color Harmonies of #BCAC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC15

Black with #BCAC15

Text Example


Text Example

White with #BCAC15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC15; }

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

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

background-color css

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

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

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

border-color css

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

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

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