#C2CA3D

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

Shades of Las Palmas #C2CA3D

Tints of Las Palmas #C2CA3D

Color information

#C2CA3D (or 0xC2CA3D) is unknown color: approx Las Palmas. HEX triplet: C2, CA and 3D. RGB value is (194,202,61). Sum of RGB (Red+Green+Blue) = 194+202+61=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 61 (24.22% from 255 or 13.35% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA3D is #3D35C2. Grayscale: #B8B8B8. Windows color (decimal): -4011459 or 4049602. OLE color: 4049602.

HSL color Cylindrical-coordinate representation of color #C2CA3D: hue angle of 63.4º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2CA3D is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB19420261-
CMYK0.0400.700.21
HSL63.4º57.09%51.57%-
HSV(B)63.4º69.8%79.22%-
XYZ44.2154.0512.52-
YUV183.5358.85135.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.45%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 61 (24.22% from 255) = 13.35%
R=42.45%
G=44.20%
B=13.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194202610.0400.700.2163.457.0951.57
HexC2CA3D4046153f3934
Octal302312754010625777164
Binary11000010110010101111011000100011010101111111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CA3D; }

 p { color: rgb(194,202,61); }

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

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

 a { background-color: rgb(194,202,61); }

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

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

 span { border-color: rgb(194,202,61); }

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