Html Css Color HEX #BCAC0D Earls Green

📋 copy color: '#BCAC0D'

red 188 ◦ green 172 ◦ blue 13

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

Shades of Earls Green #BCAC0D

Tints of Earls Green #BCAC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.49%

R = 50.4%
G = 46.11%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BCAC0D (or 0xBCAC0D) is known color: Earls Green. HEX triplet: BC, AC and 0D. RGB value is (188,172,13). Sum of RGB (Red+Green+Blue) = 188+172+13=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAC0D is #4353F2. Grayscale: #9F9F9F. Windows color (decimal): -4412403 or 896188. OLE color: 896188.

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

Color convert

RGB 188 172 13 -
CMYK 0 0.09 0.93 0.26
HSL 54.51º 0.87% 0.39% -
HSV(B) 54.51º 0.93% 0.74% -
XYZ 35.56 40.23 6.27 -
YUV 158.66 45.8 148.93 -
System Red Green Blue C M Y K H S L
Decimal 188 172 13 0 0.09 0.93 0.26 54.51 0.87 0.39
Hex BC AC D 0 9 5D 1A 37 57 27
Octal 274 254 15 0 11 135 32 67 127 47
Binary 10111100 10101100 1101 0 1001 1011101 11010 110111 1010111 100111

Color Harmonies of #BCAC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAC0D

Black with #BCAC0D

Text Example


Text Example

White with #BCAC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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