Html Css Color HEX #C0AC1F Earls Green

📋 copy color: '#C0AC1F'

red 192 ◦ green 172 ◦ blue 31

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

Shades of Earls Green #C0AC1F

Tints of Earls Green #C0AC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.85%

R = 48.61%
G = 43.54%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0AC1F (or 0xC0AC1F) is known color: Earls Green. HEX triplet: C0, AC and 1F. RGB value is (192,172,31). Sum of RGB (Red+Green+Blue) = 192+172+31=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AC1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AC1F is #3F53E0. Grayscale: #A2A2A2. Windows color (decimal): -4150241 or 2075840. OLE color: 2075840.

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

Color convert

RGB 192 172 31 -
CMYK 0 0.10 0.84 0.25
HSL 52.55º 0.72% 0.44% -
HSV(B) 52.55º 0.84% 0.75% -
XYZ 36.74 40.81 7.24 -
YUV 161.91 54.13 149.46 -
System Red Green Blue C M Y K H S L
Decimal 192 172 31 0 0.10 0.84 0.25 52.55 0.72 0.44
Hex C0 AC 1F 0 A 54 19 35 48 2C
Octal 300 254 37 0 12 124 31 65 110 54
Binary 11000000 10101100 11111 0 1010 1010100 11001 110101 1001000 101100

Color Harmonies of #C0AC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AC1F

Black with #C0AC1F

Text Example


Text Example

White with #C0AC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AC1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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