Html Css Color HEX #C0A632 Earls Green

📋 copy color: '#C0A632'

red 192 ◦ green 166 ◦ blue 50

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

Shades of Earls Green #C0A632

Tints of Earls Green #C0A632

RGB

 RED value IS 192 (75.39% from 255) = 47.06%

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

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

R = 47.06%
G = 40.69%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C0A632 (or 0xC0A632) is known color: Earls Green. HEX triplet: C0, A6 and 32. RGB value is (192,166,50). Sum of RGB (Red+Green+Blue) = 192+166+50=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A632 is #3F59CD. Grayscale: #A1A1A1. Windows color (decimal): -4151758 or 3319488. OLE color: 3319488.

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

Color convert

RGB 192 166 50 -
CMYK 0 0.14 0.74 0.25
HSL 49.01º 0.59% 0.47% -
HSV(B) 49.01º 0.74% 0.75% -
XYZ 35.95 38.71 8.59 -
YUV 160.55 65.61 150.43 -
System Red Green Blue C M Y K H S L
Decimal 192 166 50 0 0.14 0.74 0.25 49.01 0.59 0.47
Hex C0 A6 32 0 E 4A 19 31 3B 2F
Octal 300 246 62 0 16 112 31 61 73 57
Binary 11000000 10100110 110010 0 1110 1001010 11001 110001 111011 101111

Color Harmonies of #C0A632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A632

Black with #C0A632

Text Example


Text Example

White with #C0A632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A632; }

 p { color: rgb(192,166,50); }

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

background-color css

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

 a { background-color: rgb(192,166,50); }

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

border-color css

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

 span { border-color: rgb(192,166,50); }

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