Html Css Color HEX #BCAD1C Earls Green

📋 copy color: '#BCAD1C'

red 188 ◦ green 173 ◦ blue 28

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

Shades of Earls Green #BCAD1C

Tints of Earls Green #BCAD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.2%

R = 48.33%
G = 44.47%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BCAD1C (or 0xBCAD1C) is known color: Earls Green. HEX triplet: BC, AD and 1C. RGB value is (188,173,28). Sum of RGB (Red+Green+Blue) = 188+173+28=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD1C is #4352E3. Grayscale: #A1A1A1. Windows color (decimal): -4412132 or 1879484. OLE color: 1879484.

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

Color convert

RGB 188 173 28 -
CMYK 0 0.08 0.85 0.26
HSL 54.38º 0.74% 0.42% -
HSV(B) 54.38º 0.85% 0.74% -
XYZ 35.89 40.66 7.06 -
YUV 160.96 52.97 147.29 -
System Red Green Blue C M Y K H S L
Decimal 188 173 28 0 0.08 0.85 0.26 54.38 0.74 0.42
Hex BC AD 1C 0 8 55 1A 36 4A 2A
Octal 274 255 34 0 10 125 32 66 112 52
Binary 10111100 10101101 11100 0 1000 1010101 11010 110110 1001010 101010

Color Harmonies of #BCAD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD1C

Black with #BCAD1C

Text Example


Text Example

White with #BCAD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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