Html Css Color HEX #C2A92F Earls Green

📋 copy color: '#C2A92F'

red 194 ◦ green 169 ◦ blue 47

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

Shades of Earls Green #C2A92F

Tints of Earls Green #C2A92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.46%

R = 47.32%
G = 41.22%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2A92F (or 0xC2A92F) is known color: Earls Green. HEX triplet: C2, A9 and 2F. RGB value is (194,169,47). Sum of RGB (Red+Green+Blue) = 194+169+47=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A92F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A92F is #3D56D0. Grayscale: #A3A3A3. Windows color (decimal): -4019921 or 3123650. OLE color: 3123650.

HSL color Cylindrical-coordinate representation of color #C2A92F: hue angle of 49.8º degrees, saturation: 0.61, 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 #C2A92F is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 169 47 -
CMYK 0 0.13 0.76 0.24
HSL 49.8º 0.61% 0.47% -
HSV(B) 49.8º 0.76% 0.76% -
XYZ 36.95 40.05 8.47 -
YUV 162.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 194 169 47 0 0.13 0.76 0.24 49.8 0.61 0.47
Hex C2 A9 2F 0 D 4C 18 32 3D 2F
Octal 302 251 57 0 15 114 30 62 75 57
Binary 11000010 10101001 101111 0 1101 1001100 11000 110010 111101 101111

Color Harmonies of #C2A92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A92F

Black with #C2A92F

Text Example


Text Example

White with #C2A92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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