Html Css Color HEX #C0A530 Earls Green

📋 copy color: '#C0A530'

red 192 ◦ green 165 ◦ blue 48

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

Shades of Earls Green #C0A530

Tints of Earls Green #C0A530

RGB

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

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

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

R = 47.41%
G = 40.74%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C0A530 (or 0xC0A530) is known color: Earls Green. HEX triplet: C0, A5 and 30. RGB value is (192,165,48). Sum of RGB (Red+Green+Blue) = 192+165+48=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A530 is #3F5ACF. Grayscale: #A0A0A0. Windows color (decimal): -4152016 or 3188160. OLE color: 3188160.

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

Color convert

RGB 192 165 48 -
CMYK 0 0.14 0.75 0.25
HSL 48.75º 0.6% 0.47% -
HSV(B) 48.75º 0.75% 0.75% -
XYZ 35.73 38.33 8.31 -
YUV 159.74 64.95 151.01 -
System Red Green Blue C M Y K H S L
Decimal 192 165 48 0 0.14 0.75 0.25 48.75 0.6 0.47
Hex C0 A5 30 0 E 4B 19 31 3C 2F
Octal 300 245 60 0 16 113 31 61 74 57
Binary 11000000 10100101 110000 0 1110 1001011 11001 110001 111100 101111

Color Harmonies of #C0A530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A530

Black with #C0A530

Text Example


Text Example

White with #C0A530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A530; }

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

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

background-color css

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

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

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

border-color css

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

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

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