Html Css Color HEX #C2AD1C Earls Green

📋 copy color: '#C2AD1C'

red 194 ◦ green 173 ◦ blue 28

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

Shades of Earls Green #C2AD1C

Tints of Earls Green #C2AD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.09%

R = 49.11%
G = 43.8%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2AD1C (or 0xC2AD1C) is known color: Earls Green. HEX triplet: C2, AD and 1C. RGB value is (194,173,28). Sum of RGB (Red+Green+Blue) = 194+173+28=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AD1C is #3D52E3. Grayscale: #A3A3A3. Windows color (decimal): -4018916 or 1879490. OLE color: 1879490.

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

Color convert

RGB 194 173 28 -
CMYK 0 0.11 0.86 0.24
HSL 52.41º 0.75% 0.44% -
HSV(B) 52.41º 0.86% 0.76% -
XYZ 37.4 41.44 7.13 -
YUV 162.75 51.96 150.29 -
System Red Green Blue C M Y K H S L
Decimal 194 173 28 0 0.11 0.86 0.24 52.41 0.75 0.44
Hex C2 AD 1C 0 B 56 18 34 4B 2C
Octal 302 255 34 0 13 126 30 64 113 54
Binary 11000010 10101101 11100 0 1011 1010110 11000 110100 1001011 101100

Color Harmonies of #C2AD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD1C

Black with #C2AD1C

Text Example


Text Example

White with #C2AD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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