Html Css Color HEX #C0AC2E Earls Green

📋 copy color: '#C0AC2E'

red 192 ◦ green 172 ◦ blue 46

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

Shades of Earls Green #C0AC2E

Tints of Earls Green #C0AC2E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.95%

 BLUE value IS 46 (18.36% from 255) = 11.22%

R = 46.83%
G = 41.95%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0AC2E (or 0xC0AC2E) is known color: Earls Green. HEX triplet: C0, AC and 2E. RGB value is (192,172,46). Sum of RGB (Red+Green+Blue) = 192+172+46=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC2E is #3F53D1. Grayscale: #A4A4A4. Windows color (decimal): -4150226 or 3058880. OLE color: 3058880.

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

Color convert

RGB 192 172 46 -
CMYK 0 0.10 0.76 0.25
HSL 51.78º 0.61% 0.47% -
HSV(B) 51.78º 0.76% 0.75% -
XYZ 36.98 40.91 8.53 -
YUV 163.62 61.63 148.25 -
System Red Green Blue C M Y K H S L
Decimal 192 172 46 0 0.10 0.76 0.25 51.78 0.61 0.47
Hex C0 AC 2E 0 A 4C 19 34 3D 2F
Octal 300 254 56 0 12 114 31 64 75 57
Binary 11000000 10101100 101110 0 1010 1001100 11001 110100 111101 101111

Color Harmonies of #C0AC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC2E

Black with #C0AC2E

Text Example


Text Example

White with #C0AC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC2E; }

 p { color: rgb(192,172,46); }

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

background-color css

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

 a { background-color: rgb(192,172,46); }

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

border-color css

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

 span { border-color: rgb(192,172,46); }

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