Html Css Color HEX #C2A42B Earls Green

📋 copy color: '#C2A42B'

red 194 ◦ green 164 ◦ blue 43

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

Shades of Earls Green #C2A42B

Tints of Earls Green #C2A42B

RGB

 RED value IS 194 (76.17% from 255) = 48.38%

 GREEN value IS 164 (64.45% from 255) = 40.9%

 BLUE value IS 43 (17.19% from 255) = 10.72%

R = 48.38%
G = 40.9%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2A42B (or 0xC2A42B) is known color: Earls Green. HEX triplet: C2, A4 and 2B. RGB value is (194,164,43). Sum of RGB (Red+Green+Blue) = 194+164+43=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A42B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A42B is #3D5BD4. Grayscale: #9F9F9F. Windows color (decimal): -4021205 or 2860226. OLE color: 2860226.

HSL color Cylindrical-coordinate representation of color #C2A42B: hue angle of 48.08º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2A42B is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 164 43 -
CMYK 0 0.15 0.78 0.24
HSL 48.08º 0.64% 0.46% -
HSV(B) 48.08º 0.78% 0.76% -
XYZ 35.96 38.19 7.76 -
YUV 159.18 62.44 152.84 -
System Red Green Blue C M Y K H S L
Decimal 194 164 43 0 0.15 0.78 0.24 48.08 0.64 0.46
Hex C2 A4 2B 0 F 4E 18 30 40 2E
Octal 302 244 53 0 17 116 30 60 100 56
Binary 11000010 10100100 101011 0 1111 1001110 11000 110000 1000000 101110

Color Harmonies of #C2A42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A42B

Black with #C2A42B

Text Example


Text Example

White with #C2A42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A42B; }

 p { color: rgb(194,164,43); }

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

background-color css

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

 a { background-color: rgb(194,164,43); }

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

border-color css

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

 span { border-color: rgb(194,164,43); }

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