Html Css Color HEX #C2A630 Earls Green

📋 copy color: '#C2A630'

red 194 ◦ green 166 ◦ blue 48

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

Shades of Earls Green #C2A630

Tints of Earls Green #C2A630

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.69%

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

R = 47.55%
G = 40.69%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C2A630 (or 0xC2A630) is known color: Earls Green. HEX triplet: C2, A6 and 30. RGB value is (194,166,48). Sum of RGB (Red+Green+Blue) = 194+166+48=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A630 is #3D59CF. Grayscale: #A1A1A1. Windows color (decimal): -4020688 or 3188418. OLE color: 3188418.

HSL color Cylindrical-coordinate representation of color #C2A630: hue angle of 48.49º 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 #C2A630 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 166 48 -
CMYK 0 0.14 0.75 0.24
HSL 48.49º 0.6% 0.47% -
HSV(B) 48.49º 0.75% 0.76% -
XYZ 36.42 38.96 8.4 -
YUV 160.92 64.28 151.59 -
System Red Green Blue C M Y K H S L
Decimal 194 166 48 0 0.14 0.75 0.24 48.49 0.6 0.47
Hex C2 A6 30 0 E 4B 18 30 3C 2F
Octal 302 246 60 0 16 113 30 60 74 57
Binary 11000010 10100110 110000 0 1110 1001011 11000 110000 111100 101111

Color Harmonies of #C2A630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A630

Black with #C2A630

Text Example


Text Example

White with #C2A630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A630; }

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

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

background-color css

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

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

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

border-color css

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

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

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