#C6DC3B

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

Shades of Las Palmas #C6DC3B

Tints of Las Palmas #C6DC3B

Color information

#C6DC3B (or 0xC6DC3B) is unknown color: approx Las Palmas. HEX triplet: C6, DC and 3B. RGB value is (198,220,59). Sum of RGB (Red+Green+Blue) = 198+220+59=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 59 (23.44% from 255 or 12.37% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #C6DC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DC3B is #3923C4. Grayscale: #C3C3C3. Windows color (decimal): -3744709 or 3923142. OLE color: 3923142.

HSL color Cylindrical-coordinate representation of color #C6DC3B: hue angle of 68.2º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6DC3B is Cyan = 0.1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB19822059-
CMYK0.100.730.14
HSL68.2º69.7%54.71%-
HSV(B)68.2º73.18%86.27%-
XYZ49.6763.5113.78-
YUV195.0751.21130.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.51%
GREEN value IS 220 (86.33% from 255) = 46.12%
BLUE value IS 59 (23.44% from 255) = 12.37%
R=41.51%
G=46.12%
B=12.37%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal198220590.100.730.1468.269.754.71
HexC6DC3BA049E444637
Octal306334731201111610410667
Binary1100011011011100111011101001001001111010001001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DC3B; }

 p { color: rgb(198,220,59); }

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

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

 a { background-color: rgb(198,220,59); }

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

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

 span { border-color: rgb(198,220,59); }

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