Html Css Color HEX #C2A72F Earls Green

📋 copy color: '#C2A72F'

red 194 ◦ green 167 ◦ blue 47

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

Shades of Earls Green #C2A72F

Tints of Earls Green #C2A72F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.93%

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

R = 47.55%
G = 40.93%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C2A72F (or 0xC2A72F) is known color: Earls Green. HEX triplet: C2, A7 and 2F. RGB value is (194,167,47). Sum of RGB (Red+Green+Blue) = 194+167+47=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A72F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A72F is #3D58D0. Grayscale: #A1A1A1. Windows color (decimal): -4020433 or 3123138. OLE color: 3123138.

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

Color convert

RGB 194 167 47 -
CMYK 0 0.14 0.76 0.24
HSL 48.98º 0.61% 0.47% -
HSV(B) 48.98º 0.76% 0.76% -
XYZ 36.58 39.31 8.35 -
YUV 161.39 63.45 151.26 -
System Red Green Blue C M Y K H S L
Decimal 194 167 47 0 0.14 0.76 0.24 48.98 0.61 0.47
Hex C2 A7 2F 0 E 4C 18 31 3D 2F
Octal 302 247 57 0 16 114 30 61 75 57
Binary 11000010 10100111 101111 0 1110 1001100 11000 110001 111101 101111

Color Harmonies of #C2A72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A72F

Black with #C2A72F

Text Example


Text Example

White with #C2A72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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