#C2CE43

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

Shades of Las Palmas #C2CE43

Tints of Las Palmas #C2CE43

Color information

#C2CE43 (or 0xC2CE43) is unknown color: approx Las Palmas. HEX triplet: C2, CE and 43. RGB value is (194,206,67). Sum of RGB (Red+Green+Blue) = 194+206+67=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 67 (26.56% from 255 or 14.35% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CE43 is #3D31BC. Grayscale: #BBBBBB. Windows color (decimal): -4010429 or 4443842. OLE color: 4443842.

HSL color Cylindrical-coordinate representation of color #C2CE43: hue angle of 65.18º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2CE43 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB19420667-
CMYK0.0600.670.19
HSL65.18º58.65%53.53%-
HSV(B)65.18º67.48%80.78%-
XYZ45.3356.0213.73-
YUV186.5760.52133.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 206 (80.86% from 255) = 44.11%
BLUE value IS 67 (26.56% from 255) = 14.35%
R=41.54%
G=44.11%
B=14.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal194206670.0600.670.1965.1858.6553.53
HexC2CE43604313413b36
Octal30231610360103231017366
Binary1100001011001110100001111001000011100111000001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CE43; }

 p { color: rgb(194,206,67); }

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

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

 a { background-color: rgb(194,206,67); }

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

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

 span { border-color: rgb(194,206,67); }

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