Html Css Color HEX #BCAC32 Earls Green

📋 copy color: '#BCAC32'

red 188 ◦ green 172 ◦ blue 50

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

Shades of Earls Green #BCAC32

Tints of Earls Green #BCAC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.2%

R = 45.85%
G = 41.95%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCAC32 (or 0xBCAC32) is known color: Earls Green. HEX triplet: BC, AC and 32. RGB value is (188,172,50). Sum of RGB (Red+Green+Blue) = 188+172+50=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAC32 is #4353CD. Grayscale: #A3A3A3. Windows color (decimal): -4412366 or 3321020. OLE color: 3321020.

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

Color convert

RGB 188 172 50 -
CMYK 0 0.09 0.73 0.26
HSL 53.04º 0.58% 0.47% -
HSV(B) 53.04º 0.73% 0.74% -
XYZ 36.07 40.43 8.92 -
YUV 162.88 64.3 145.92 -
System Red Green Blue C M Y K H S L
Decimal 188 172 50 0 0.09 0.73 0.26 53.04 0.58 0.47
Hex BC AC 32 0 9 49 1A 35 3A 2F
Octal 274 254 62 0 11 111 32 65 72 57
Binary 10111100 10101100 110010 0 1001 1001001 11010 110101 111010 101111

Color Harmonies of #BCAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC32

Black with #BCAC32

Text Example


Text Example

White with #BCAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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