Html Css Color HEX #BCAD2C Earls Green

📋 copy color: '#BCAD2C'

red 188 ◦ green 173 ◦ blue 44

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

Shades of Earls Green #BCAD2C

Tints of Earls Green #BCAD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.86%

R = 46.42%
G = 42.72%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BCAD2C (or 0xBCAD2C) is known color: Earls Green. HEX triplet: BC, AD and 2C. RGB value is (188,173,44). Sum of RGB (Red+Green+Blue) = 188+173+44=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD2C is #4352D3. Grayscale: #A3A3A3. Windows color (decimal): -4412116 or 2928060. OLE color: 2928060.

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

Color convert

RGB 188 173 44 -
CMYK 0 0.08 0.77 0.26
HSL 53.75º 0.62% 0.45% -
HSV(B) 53.75º 0.77% 0.74% -
XYZ 36.14 40.76 8.35 -
YUV 162.78 60.97 145.99 -
System Red Green Blue C M Y K H S L
Decimal 188 173 44 0 0.08 0.77 0.26 53.75 0.62 0.45
Hex BC AD 2C 0 8 4D 1A 36 3E 2D
Octal 274 255 54 0 10 115 32 66 76 55
Binary 10111100 10101101 101100 0 1000 1001101 11010 110110 111110 101101

Color Harmonies of #BCAD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD2C

Black with #BCAD2C

Text Example


Text Example

White with #BCAD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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