Html Css Color HEX #C0A523 Earls Green

📋 copy color: '#C0A523'

red 192 ◦ green 165 ◦ blue 35

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

Shades of Earls Green #C0A523

Tints of Earls Green #C0A523

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.09%

 BLUE value IS 35 (14.06% from 255) = 8.93%

R = 48.98%
G = 42.09%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C0A523 (or 0xC0A523) is known color: Earls Green. HEX triplet: C0, A5 and 23. RGB value is (192,165,35). Sum of RGB (Red+Green+Blue) = 192+165+35=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 35 (14.06% from 255 or 8.93% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A523 is #3F5ADC. Grayscale: #9E9E9E. Windows color (decimal): -4152029 or 2336192. OLE color: 2336192.

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

Color convert

RGB 192 165 35 -
CMYK 0 0.14 0.82 0.25
HSL 49.68º 0.69% 0.45% -
HSV(B) 49.68º 0.82% 0.75% -
XYZ 35.5 38.24 7.1 -
YUV 158.25 58.45 152.07 -
System Red Green Blue C M Y K H S L
Decimal 192 165 35 0 0.14 0.82 0.25 49.68 0.69 0.45
Hex C0 A5 23 0 E 52 19 32 45 2D
Octal 300 245 43 0 16 122 31 62 105 55
Binary 11000000 10100101 100011 0 1110 1010010 11001 110010 1000101 101101

Color Harmonies of #C0A523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A523

Black with #C0A523

Text Example


Text Example

White with #C0A523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A523; }

 p { color: rgb(192,165,35); }

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

background-color css

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

 a { background-color: rgb(192,165,35); }

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

border-color css

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

 span { border-color: rgb(192,165,35); }

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