#C6D149

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

Shades of Las Palmas #C6D149

Tints of Las Palmas #C6D149

Color information

#C6D149 (or 0xC6D149) is unknown color: approx Las Palmas. HEX triplet: C6, D1 and 49. RGB value is (198,209,73). Sum of RGB (Red+Green+Blue) = 198+209+73=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 73 (28.91% from 255 or 15.21% from 480); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D149 is #392EB6. Grayscale: #BEBEBE. Windows color (decimal): -3747511 or 4837830. OLE color: 4837830.

HSL color Cylindrical-coordinate representation of color #C6D149: hue angle of 64.85º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6D149 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB19820973-
CMYK0.0500.650.18
HSL64.85º59.65%55.29%-
HSV(B)64.85º65.07%81.96%-
XYZ47.2958.0915.02-
YUV190.2161.86133.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.25%
GREEN value IS 209 (82.03% from 255) = 43.54%
BLUE value IS 73 (28.91% from 255) = 15.21%
R=41.25%
G=43.54%
B=15.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal198209730.0500.650.1864.8559.6555.29
HexC6D149504112413c37
Octal30632111150101221017467
Binary1100011011010001100100110101000001100101000001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D149; }

 p { color: rgb(198,209,73); }

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

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

 a { background-color: rgb(198,209,73); }

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

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

 span { border-color: rgb(198,209,73); }

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