#C3CE40

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

Shades of Las Palmas #C3CE40

Tints of Las Palmas #C3CE40

Color information

#C3CE40 (or 0xC3CE40) is unknown color: approx Las Palmas. HEX triplet: C3, CE and 40. RGB value is (195,206,64). Sum of RGB (Red+Green+Blue) = 195+206+64=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CE40 is #3C31BF. Grayscale: #BBBBBB. Windows color (decimal): -3944896 or 4247235. OLE color: 4247235.

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

Color convert

RGB19520664-
CMYK0.0500.690.19
HSL64.65º59.17%52.94%-
HSV(B)64.65º68.93%80.78%-
XYZ45.556.1113.28-
YUV186.5258.86134.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 206 (80.86% from 255) = 44.30%
BLUE value IS 64 (25.39% from 255) = 13.76%
R=41.94%
G=44.30%
B=13.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal195206640.0500.690.1964.6559.1752.94
HexC3CE40504513413b35
Octal30331610050105231017365
Binary1100001111001110100000010101000101100111000001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CE40; }

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

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

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

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

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

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

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

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