Html Css Color HEX #C2A92C Earls Green

📋 copy color: '#C2A92C'

red 194 ◦ green 169 ◦ blue 44

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

Shades of Earls Green #C2A92C

Tints of Earls Green #C2A92C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.52%

 BLUE value IS 44 (17.58% from 255) = 10.81%

R = 47.67%
G = 41.52%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2A92C (or 0xC2A92C) is known color: Earls Green. HEX triplet: C2, A9 and 2C. RGB value is (194,169,44). Sum of RGB (Red+Green+Blue) = 194+169+44=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A92C is #3D56D3. Grayscale: #A2A2A2. Windows color (decimal): -4019924 or 2927042. OLE color: 2927042.

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

Color convert

RGB 194 169 44 -
CMYK 0 0.13 0.77 0.24
HSL 50º 0.63% 0.47% -
HSV(B) 50º 0.77% 0.76% -
XYZ 36.89 40.03 8.16 -
YUV 162.23 61.28 150.66 -
System Red Green Blue C M Y K H S L
Decimal 194 169 44 0 0.13 0.77 0.24 50 0.63 0.47
Hex C2 A9 2C 0 D 4D 18 32 3F 2F
Octal 302 251 54 0 15 115 30 62 77 57
Binary 11000010 10101001 101100 0 1101 1001101 11000 110010 111111 101111

Color Harmonies of #C2A92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A92C

Black with #C2A92C

Text Example


Text Example

White with #C2A92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A92C; }

 p { color: rgb(194,169,44); }

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

background-color css

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

 a { background-color: rgb(194,169,44); }

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

border-color css

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

 span { border-color: rgb(194,169,44); }

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