Html Css Color HEX #BCAC14 Earls Green

📋 copy color: '#BCAC14'

red 188 ◦ green 172 ◦ blue 20

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

Shades of Earls Green #BCAC14

Tints of Earls Green #BCAC14

RGB

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

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

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

R = 49.47%
G = 45.26%
B = 5.26%

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

#BCAC14 (or 0xBCAC14) is known color: Earls Green. HEX triplet: BC, AC and 14. RGB value is (188,172,20). Sum of RGB (Red+Green+Blue) = 188+172+20=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAC14 is #4353EB. Grayscale: #A0A0A0. Windows color (decimal): -4412396 or 1354940. OLE color: 1354940.

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

Color convert

RGB 188 172 20 -
CMYK 0 0.09 0.89 0.26
HSL 54.29º 0.81% 0.41% -
HSV(B) 54.29º 0.89% 0.74% -
XYZ 35.62 40.25 6.55 -
YUV 159.46 49.3 148.36 -
System Red Green Blue C M Y K H S L
Decimal 188 172 20 0 0.09 0.89 0.26 54.29 0.81 0.41
Hex BC AC 14 0 9 59 1A 36 51 29
Octal 274 254 24 0 11 131 32 66 121 51
Binary 10111100 10101100 10100 0 1001 1011001 11010 110110 1010001 101001

Color Harmonies of #BCAC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC14

Black with #BCAC14

Text Example


Text Example

White with #BCAC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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