Html Css Color HEX #BCAA2E Earls Green

📋 copy color: '#BCAA2E'

red 188 ◦ green 170 ◦ blue 46

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

Shades of Earls Green #BCAA2E

Tints of Earls Green #BCAA2E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.08%

 BLUE value IS 46 (18.36% from 255) = 11.39%

R = 46.53%
G = 42.08%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BCAA2E (or 0xBCAA2E) is known color: Earls Green. HEX triplet: BC, AA and 2E. RGB value is (188,170,46). Sum of RGB (Red+Green+Blue) = 188+170+46=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAA2E is #4355D1. Grayscale: #A1A1A1. Windows color (decimal): -4412882 or 3058364. OLE color: 3058364.

HSL color Cylindrical-coordinate representation of color #BCAA2E: hue angle of 52.39º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCAA2E is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 170 46 -
CMYK 0 0.10 0.76 0.26
HSL 52.39º 0.61% 0.46% -
HSV(B) 52.39º 0.76% 0.74% -
XYZ 35.61 39.64 8.36 -
YUV 161.25 62.96 147.08 -
System Red Green Blue C M Y K H S L
Decimal 188 170 46 0 0.10 0.76 0.26 52.39 0.61 0.46
Hex BC AA 2E 0 A 4C 1A 34 3D 2E
Octal 274 252 56 0 12 114 32 64 75 56
Binary 10111100 10101010 101110 0 1010 1001100 11010 110100 111101 101110

Color Harmonies of #BCAA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAA2E

Black with #BCAA2E

Text Example


Text Example

White with #BCAA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAA2E; }

 p { color: rgb(188,170,46); }

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

background-color css

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

 a { background-color: rgb(188,170,46); }

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

border-color css

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

 span { border-color: rgb(188,170,46); }

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