#C3CE45

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

Shades of Las Palmas #C3CE45

Tints of Las Palmas #C3CE45

Color information

#C3CE45 (or 0xC3CE45) is unknown color: approx Las Palmas. HEX triplet: C3, CE and 45. RGB value is (195,206,69). Sum of RGB (Red+Green+Blue) = 195+206+69=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CE45 is #3C31BA. Grayscale: #BBBBBB. Windows color (decimal): -3944891 or 4574915. OLE color: 4574915.

HSL color Cylindrical-coordinate representation of color #C3CE45: hue angle of 64.82º degrees, saturation: 0.58, 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 #C3CE45 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB19520669-
CMYK0.0500.670.19
HSL64.82º58.3%53.92%-
HSV(B)64.82º66.5%80.78%-
XYZ45.6556.1714.07-
YUV187.0961.36133.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 206 (80.86% from 255) = 43.83%
BLUE value IS 69 (27.34% from 255) = 14.68%
R=41.49%
G=43.83%
B=14.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal195206690.0500.670.1964.8258.353.92
HexC3CE45504313413a36
Octal30331610550103231017266
Binary1100001111001110100010110101000011100111000001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CE45; }

 p { color: rgb(195,206,69); }

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

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

 a { background-color: rgb(195,206,69); }

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

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

 span { border-color: rgb(195,206,69); }

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