#C6D93C

Color #C6D93C Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #C6D93C

Tints of Las Palmas #C6D93C

Color information

#C6D93C (or 0xC6D93C) is unknown color: approx Las Palmas. HEX triplet: C6, D9 and 3C. RGB value is (198,217,60). Sum of RGB (Red+Green+Blue) = 198+217+60=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 60 (23.83% from 255 or 12.63% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D93C is #3926C3. Grayscale: #C2C2C2. Windows color (decimal): -3745476 or 3987910. OLE color: 3987910.

HSL color Cylindrical-coordinate representation of color #C6D93C: hue angle of 67.26º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6D93C is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB19821760-
CMYK0.0900.720.15
HSL67.26º67.38%54.31%-
HSV(B)67.26º72.35%85.1%-
XYZ48.9261.9613.66-
YUV193.4252.71131.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 217 (85.16% from 255) = 45.68%
BLUE value IS 60 (23.83% from 255) = 12.63%
R=41.68%
G=45.68%
B=12.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal198217600.0900.720.1567.2667.3854.31
HexC6D93C9048F434336
Octal306331741101101710310366
Binary1100011011011001111100100101001000111110000111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D93C; }

 p { color: rgb(198,217,60); }

 H1.HeaderClassName
 {
   color: #C6D93C;
 }
 .AnyTagClassName
 {
   color: #C6D93C;
 }
</style>
background-color css

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

 a { background-color: rgb(198,217,60); }

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

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

 span { border-color: rgb(198,217,60); }

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