Html Css Color HEX #BCAD14 Earls Green

📋 copy color: '#BCAD14'

red 188 ◦ green 173 ◦ blue 20

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

Shades of Earls Green #BCAD14

Tints of Earls Green #BCAD14

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.41%

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

R = 49.34%
G = 45.41%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BCAD14 (or 0xBCAD14) is known color: Earls Green. HEX triplet: BC, AD and 14. RGB value is (188,173,20). Sum of RGB (Red+Green+Blue) = 188+173+20=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAD14 is #4352EB. Grayscale: #A0A0A0. Windows color (decimal): -4412140 or 1355196. OLE color: 1355196.

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

Color convert

RGB 188 173 20 -
CMYK 0 0.08 0.89 0.26
HSL 54.64º 0.81% 0.41% -
HSV(B) 54.64º 0.89% 0.74% -
XYZ 35.81 40.63 6.62 -
YUV 160.04 48.97 147.94 -
System Red Green Blue C M Y K H S L
Decimal 188 173 20 0 0.08 0.89 0.26 54.64 0.81 0.41
Hex BC AD 14 0 8 59 1A 37 51 29
Octal 274 255 24 0 10 131 32 67 121 51
Binary 10111100 10101101 10100 0 1000 1011001 11010 110111 1010001 101001

Color Harmonies of #BCAD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD14

Black with #BCAD14

Text Example


Text Example

White with #BCAD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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