#C1CC3D

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

Shades of Las Palmas #C1CC3D

Tints of Las Palmas #C1CC3D

Color information

#C1CC3D (or 0xC1CC3D) is unknown color: approx Las Palmas. HEX triplet: C1, CC and 3D. RGB value is (193,204,61). Sum of RGB (Red+Green+Blue) = 193+204+61=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CC3D is #3E33C2. Grayscale: #B8B8B8. Windows color (decimal): -4076483 or 4050113. OLE color: 4050113.

HSL color Cylindrical-coordinate representation of color #C1CC3D: hue angle of 64.62º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1CC3D is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB19320461-
CMYK0.0500.700.2
HSL64.62º58.37%51.96%-
HSV(B)64.62º70.1%80%-
XYZ44.4354.8612.66-
YUV184.4158.36134.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.14%
GREEN value IS 204 (80.08% from 255) = 44.54%
BLUE value IS 61 (24.22% from 255) = 13.32%
R=42.14%
G=44.54%
B=13.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal193204610.0500.700.264.6258.3751.96
HexC1CC3D504614413a34
Octal3013147550106241017264
Binary110000011100110011110110101000110101001000001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CC3D; }

 p { color: rgb(193,204,61); }

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

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

 a { background-color: rgb(193,204,61); }

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

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

 span { border-color: rgb(193,204,61); }

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