Html Css Color HEX #C0A832 Earls Green

📋 copy color: '#C0A832'

red 192 ◦ green 168 ◦ blue 50

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

Shades of Earls Green #C0A832

Tints of Earls Green #C0A832

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.98%

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

R = 46.83%
G = 40.98%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C0A832 (or 0xC0A832) is known color: Earls Green. HEX triplet: C0, A8 and 32. RGB value is (192,168,50). Sum of RGB (Red+Green+Blue) = 192+168+50=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A832 is #3F57CD. Grayscale: #A2A2A2. Windows color (decimal): -4151246 or 3320000. OLE color: 3320000.

HSL color Cylindrical-coordinate representation of color #C0A832: hue angle of 49.86º 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 #C0A832 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 168 50 -
CMYK 0 0.12 0.74 0.25
HSL 49.86º 0.59% 0.47% -
HSV(B) 49.86º 0.74% 0.75% -
XYZ 36.32 39.44 8.72 -
YUV 161.72 64.95 149.59 -
System Red Green Blue C M Y K H S L
Decimal 192 168 50 0 0.12 0.74 0.25 49.86 0.59 0.47
Hex C0 A8 32 0 C 4A 19 32 3B 2F
Octal 300 250 62 0 14 112 31 62 73 57
Binary 11000000 10101000 110010 0 1100 1001010 11001 110010 111011 101111

Color Harmonies of #C0A832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A832

Black with #C0A832

Text Example


Text Example

White with #C0A832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A832; }

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

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

background-color css

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

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

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

border-color css

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

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

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