Html Css Color HEX #C2A930 Earls Green

📋 copy color: '#C2A930'

red 194 ◦ green 169 ◦ blue 48

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

Shades of Earls Green #C2A930

Tints of Earls Green #C2A930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.68%

R = 47.2%
G = 41.12%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2A930 (or 0xC2A930) is known color: Earls Green. HEX triplet: C2, A9 and 30. RGB value is (194,169,48). Sum of RGB (Red+Green+Blue) = 194+169+48=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A930 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A930 is #3D56CF. Grayscale: #A3A3A3. Windows color (decimal): -4019920 or 3189186. OLE color: 3189186.

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

Color convert

RGB 194 169 48 -
CMYK 0 0.13 0.75 0.24
HSL 49.73º 0.6% 0.47% -
HSV(B) 49.73º 0.75% 0.76% -
XYZ 36.97 40.06 8.58 -
YUV 162.68 63.28 150.34 -
System Red Green Blue C M Y K H S L
Decimal 194 169 48 0 0.13 0.75 0.24 49.73 0.6 0.47
Hex C2 A9 30 0 D 4B 18 32 3C 2F
Octal 302 251 60 0 15 113 30 62 74 57
Binary 11000010 10101001 110000 0 1101 1001011 11000 110010 111100 101111

Color Harmonies of #C2A930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A930

Black with #C2A930

Text Example


Text Example

White with #C2A930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A930; }

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

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

background-color css

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

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

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

border-color css

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

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

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