Html Css Color HEX #C2A732 Earls Green

📋 copy color: '#C2A732'

red 194 ◦ green 167 ◦ blue 50

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

Shades of Earls Green #C2A732

Tints of Earls Green #C2A732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.17%

R = 47.2%
G = 40.63%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2A732 (or 0xC2A732) is known color: Earls Green. HEX triplet: C2, A7 and 32. RGB value is (194,167,50). Sum of RGB (Red+Green+Blue) = 194+167+50=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A732 is #3D58CD. Grayscale: #A2A2A2. Windows color (decimal): -4020430 or 3319746. OLE color: 3319746.

HSL color Cylindrical-coordinate representation of color #C2A732: hue angle of 48.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2A732 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 167 50 -
CMYK 0 0.14 0.74 0.24
HSL 48.75º 0.59% 0.48% -
HSV(B) 48.75º 0.74% 0.76% -
XYZ 36.64 39.34 8.68 -
YUV 161.74 64.95 151.01 -
System Red Green Blue C M Y K H S L
Decimal 194 167 50 0 0.14 0.74 0.24 48.75 0.59 0.48
Hex C2 A7 32 0 E 4A 18 31 3B 30
Octal 302 247 62 0 16 112 30 61 73 60
Binary 11000010 10100111 110010 0 1110 1001010 11000 110001 111011 110000

Color Harmonies of #C2A732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A732

Black with #C2A732

Text Example


Text Example

White with #C2A732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A732; }

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

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

background-color css

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

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

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

border-color css

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

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

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