Html Css Color HEX #C0A830 Earls Green

📋 copy color: '#C0A830'

red 192 ◦ green 168 ◦ blue 48

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

Shades of Earls Green #C0A830

Tints of Earls Green #C0A830

RGB

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

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

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

R = 47.06%
G = 41.18%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C0A830 (or 0xC0A830) is known color: Earls Green. HEX triplet: C0, A8 and 30. RGB value is (192,168,48). Sum of RGB (Red+Green+Blue) = 192+168+48=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A830 is #3F57CF. Grayscale: #A1A1A1. Windows color (decimal): -4151248 or 3188928. OLE color: 3188928.

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

Color convert

RGB 192 168 48 -
CMYK 0 0.12 0.75 0.25
HSL 50º 0.6% 0.47% -
HSV(B) 50º 0.75% 0.75% -
XYZ 36.27 39.43 8.49 -
YUV 161.5 63.95 149.76 -
System Red Green Blue C M Y K H S L
Decimal 192 168 48 0 0.12 0.75 0.25 50 0.6 0.47
Hex C0 A8 30 0 C 4B 19 32 3C 2F
Octal 300 250 60 0 14 113 31 62 74 57
Binary 11000000 10101000 110000 0 1100 1001011 11001 110010 111100 101111

Color Harmonies of #C0A830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A830

Black with #C0A830

Text Example


Text Example

White with #C0A830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A830; }

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

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

background-color css

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

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

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

border-color css

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

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

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