Html Css Color HEX #BCAD11 Earls Green

📋 copy color: '#BCAD11'

red 188 ◦ green 173 ◦ blue 17

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

Shades of Earls Green #BCAD11

Tints of Earls Green #BCAD11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.5%

R = 49.74%
G = 45.77%
B = 4.5%

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

#BCAD11 (or 0xBCAD11) is known color: Earls Green. HEX triplet: BC, AD and 11. RGB value is (188,173,17). Sum of RGB (Red+Green+Blue) = 188+173+17=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 173 (67.97% from 255 or 45.77% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCAD11 is #4352EE. Grayscale: #A0A0A0. Windows color (decimal): -4412143 or 1158588. OLE color: 1158588.

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

Color convert

RGB 188 173 17 -
CMYK 0 0.08 0.91 0.26
HSL 54.74º 0.83% 0.4% -
HSV(B) 54.74º 0.91% 0.74% -
XYZ 35.78 40.62 6.48 -
YUV 159.7 47.47 148.18 -
System Red Green Blue C M Y K H S L
Decimal 188 173 17 0 0.08 0.91 0.26 54.74 0.83 0.4
Hex BC AD 11 0 8 5B 1A 37 53 28
Octal 274 255 21 0 10 133 32 67 123 50
Binary 10111100 10101101 10001 0 1000 1011011 11010 110111 1010011 101000

Color Harmonies of #BCAD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD11

Black with #BCAD11

Text Example


Text Example

White with #BCAD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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