Html Css Color HEX #BCAC20 Earls Green

📋 copy color: '#BCAC20'

red 188 ◦ green 172 ◦ blue 32

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

Shades of Earls Green #BCAC20

Tints of Earls Green #BCAC20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.16%

R = 47.96%
G = 43.88%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BCAC20 (or 0xBCAC20) is known color: Earls Green. HEX triplet: BC, AC and 20. RGB value is (188,172,32). Sum of RGB (Red+Green+Blue) = 188+172+32=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC20 is #4353DF. Grayscale: #A1A1A1. Windows color (decimal): -4412384 or 2141372. OLE color: 2141372.

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

Color convert

RGB 188 172 32 -
CMYK 0 0.09 0.83 0.26
HSL 53.85º 0.71% 0.43% -
HSV(B) 53.85º 0.83% 0.74% -
XYZ 35.75 40.3 7.26 -
YUV 160.82 55.3 147.38 -
System Red Green Blue C M Y K H S L
Decimal 188 172 32 0 0.09 0.83 0.26 53.85 0.71 0.43
Hex BC AC 20 0 9 53 1A 36 47 2B
Octal 274 254 40 0 11 123 32 66 107 53
Binary 10111100 10101100 100000 0 1001 1010011 11010 110110 1000111 101011

Color Harmonies of #BCAC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC20

Black with #BCAC20

Text Example


Text Example

White with #BCAC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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