Html Css Color HEX #BCAC0F Earls Green

📋 copy color: '#BCAC0F'

red 188 ◦ green 172 ◦ blue 15

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

Shades of Earls Green #BCAC0F

Tints of Earls Green #BCAC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4%

R = 50.13%
G = 45.87%
B = 4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BCAC0F (or 0xBCAC0F) is known color: Earls Green. HEX triplet: BC, AC and 0F. RGB value is (188,172,15). Sum of RGB (Red+Green+Blue) = 188+172+15=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAC0F is #4353F0. Grayscale: #9F9F9F. Windows color (decimal): -4412401 or 1027260. OLE color: 1027260.

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

Color convert

RGB 188 172 15 -
CMYK 0 0.09 0.92 0.26
HSL 54.45º 0.85% 0.4% -
HSV(B) 54.45º 0.92% 0.74% -
XYZ 35.58 40.23 6.34 -
YUV 158.89 46.8 148.77 -
System Red Green Blue C M Y K H S L
Decimal 188 172 15 0 0.09 0.92 0.26 54.45 0.85 0.4
Hex BC AC F 0 9 5C 1A 36 55 28
Octal 274 254 17 0 11 134 32 66 125 50
Binary 10111100 10101100 1111 0 1001 1011100 11010 110110 1010101 101000

Color Harmonies of #BCAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC0F

Black with #BCAC0F

Text Example


Text Example

White with #BCAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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