Html Css Color HEX #BCA220 Earls Green

📋 copy color: '#BCA220'

red 188 ◦ green 162 ◦ blue 32

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

Shades of Earls Green #BCA220

Tints of Earls Green #BCA220

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.41%

 BLUE value IS 32 (12.89% from 255) = 8.38%

R = 49.21%
G = 42.41%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BCA220 (or 0xBCA220) is known color: Earls Green. HEX triplet: BC, A2 and 20. RGB value is (188,162,32). Sum of RGB (Red+Green+Blue) = 188+162+32=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA220 is #435DDF. Grayscale: #9B9B9B. Windows color (decimal): -4414944 or 2138812. OLE color: 2138812.

HSL color Cylindrical-coordinate representation of color #BCA220: hue angle of 50º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCA220 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 162 32 -
CMYK 0 0.14 0.83 0.26
HSL 50º 0.71% 0.43% -
HSV(B) 50º 0.83% 0.74% -
XYZ 33.92 36.64 6.65 -
YUV 154.95 58.61 151.57 -
System Red Green Blue C M Y K H S L
Decimal 188 162 32 0 0.14 0.83 0.26 50 0.71 0.43
Hex BC A2 20 0 E 53 1A 32 47 2B
Octal 274 242 40 0 16 123 32 62 107 53
Binary 10111100 10100010 100000 0 1110 1010011 11010 110010 1000111 101011

Color Harmonies of #BCA220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA220

Black with #BCA220

Text Example


Text Example

White with #BCA220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA220; }

 p { color: rgb(188,162,32); }

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

background-color css

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

 a { background-color: rgb(188,162,32); }

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

border-color css

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

 span { border-color: rgb(188,162,32); }

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