Html Css Color HEX #BCAD10 Earls Green

📋 copy color: '#BCAD10'

red 188 ◦ green 173 ◦ blue 16

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

Shades of Earls Green #BCAD10

Tints of Earls Green #BCAD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.24%

R = 49.87%
G = 45.89%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCAD10 (or 0xBCAD10) is known color: Earls Green. HEX triplet: BC, AD and 10. RGB value is (188,173,16). Sum of RGB (Red+Green+Blue) = 188+173+16=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 16 (6.64% from 255 or 4.24% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAD10 is #4352EF. Grayscale: #A0A0A0. Windows color (decimal): -4412144 or 1093052. OLE color: 1093052.

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

Color convert

RGB 188 173 16 -
CMYK 0 0.08 0.91 0.26
HSL 54.77º 0.84% 0.4% -
HSV(B) 54.77º 0.91% 0.74% -
XYZ 35.78 40.62 6.44 -
YUV 159.59 46.97 148.27 -
System Red Green Blue C M Y K H S L
Decimal 188 173 16 0 0.08 0.91 0.26 54.77 0.84 0.4
Hex BC AD 10 0 8 5B 1A 37 54 28
Octal 274 255 20 0 10 133 32 67 124 50
Binary 10111100 10101101 10000 0 1000 1011011 11010 110111 1010100 101000

Color Harmonies of #BCAD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD10

Black with #BCAD10

Text Example


Text Example

White with #BCAD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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