Html Css Color HEX #BCAD2A Earls Green

📋 copy color: '#BCAD2A'

red 188 ◦ green 173 ◦ blue 42

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

Shades of Earls Green #BCAD2A

Tints of Earls Green #BCAD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.42%

R = 46.65%
G = 42.93%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BCAD2A (or 0xBCAD2A) is known color: Earls Green. HEX triplet: BC, AD and 2A. RGB value is (188,173,42). Sum of RGB (Red+Green+Blue) = 188+173+42=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD2A is #4352D5. Grayscale: #A3A3A3. Windows color (decimal): -4412118 or 2796988. OLE color: 2796988.

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

Color convert

RGB 188 173 42 -
CMYK 0 0.08 0.78 0.26
HSL 53.84º 0.63% 0.45% -
HSV(B) 53.84º 0.78% 0.74% -
XYZ 36.1 40.75 8.15 -
YUV 162.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 188 173 42 0 0.08 0.78 0.26 53.84 0.63 0.45
Hex BC AD 2A 0 8 4E 1A 36 3F 2D
Octal 274 255 52 0 10 116 32 66 77 55
Binary 10111100 10101101 101010 0 1000 1001110 11010 110110 111111 101101

Color Harmonies of #BCAD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD2A

Black with #BCAD2A

Text Example


Text Example

White with #BCAD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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