#C2CC42

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

Shades of Las Palmas #C2CC42

Tints of Las Palmas #C2CC42

Color information

#C2CC42 (or 0xC2CC42) is unknown color: approx Las Palmas. HEX triplet: C2, CC and 42. RGB value is (194,204,66). Sum of RGB (Red+Green+Blue) = 194+204+66=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CC42 is #3D33BD. Grayscale: #B9B9B9. Windows color (decimal): -4010942 or 4377794. OLE color: 4377794.

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

Color convert

RGB19420466-
CMYK0.0500.680.2
HSL64.35º57.5%52.94%-
HSV(B)64.35º67.65%80%-
XYZ44.8255.0513.42-
YUV185.2860.69134.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 66 (26.17% from 255) = 14.22%
R=41.81%
G=43.97%
B=14.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal194204660.0500.680.264.3557.552.94
HexC2CC42504414403a35
Octal30231410250104241007265
Binary1100001011001100100001010101000100101001000000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CC42; }

 p { color: rgb(194,204,66); }

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

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

 a { background-color: rgb(194,204,66); }

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

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

 span { border-color: rgb(194,204,66); }

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