Html Css Color HEX #C2AD2E Earls Green

📋 copy color: '#C2AD2E'

red 194 ◦ green 173 ◦ blue 46

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

Shades of Earls Green #C2AD2E

Tints of Earls Green #C2AD2E

RGB

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

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

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

R = 46.97%
G = 41.89%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2AD2E (or 0xC2AD2E) is known color: Earls Green. HEX triplet: C2, AD and 2E. RGB value is (194,173,46). Sum of RGB (Red+Green+Blue) = 194+173+46=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD2E is #3D52D1. Grayscale: #A5A5A5. Windows color (decimal): -4018898 or 3059138. OLE color: 3059138.

HSL color Cylindrical-coordinate representation of color #C2AD2E: hue angle of 51.49º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2AD2E is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 173 46 -
CMYK 0 0.11 0.76 0.24
HSL 51.49º 0.62% 0.47% -
HSV(B) 51.49º 0.76% 0.76% -
XYZ 37.68 41.55 8.62 -
YUV 164.8 60.96 148.83 -
System Red Green Blue C M Y K H S L
Decimal 194 173 46 0 0.11 0.76 0.24 51.49 0.62 0.47
Hex C2 AD 2E 0 B 4C 18 33 3E 2F
Octal 302 255 56 0 13 114 30 63 76 57
Binary 11000010 10101101 101110 0 1011 1001100 11000 110011 111110 101111

Color Harmonies of #C2AD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD2E

Black with #C2AD2E

Text Example


Text Example

White with #C2AD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD2E; }

 p { color: rgb(194,173,46); }

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

background-color css

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

 a { background-color: rgb(194,173,46); }

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

border-color css

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

 span { border-color: rgb(194,173,46); }

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