#C3CE3E

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

Shades of Las Palmas #C3CE3E

Tints of Las Palmas #C3CE3E

Color information

#C3CE3E (or 0xC3CE3E) is unknown color: approx Las Palmas. HEX triplet: C3, CE and 3E. RGB value is (195,206,62). Sum of RGB (Red+Green+Blue) = 195+206+62=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 62 (24.61% from 255 or 13.39% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CE3E is #3C31C1. Grayscale: #BABABA. Windows color (decimal): -3944898 or 4116163. OLE color: 4116163.

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

Color convert

RGB19520662-
CMYK0.0500.700.19
HSL64.58º59.5%52.55%-
HSV(B)64.58º69.9%80.78%-
XYZ45.4556.0912.99-
YUV186.357.86134.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.12%
GREEN value IS 206 (80.86% from 255) = 44.49%
BLUE value IS 62 (24.61% from 255) = 13.39%
R=42.12%
G=44.49%
B=13.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal195206620.0500.700.1964.5859.552.55
HexC3CE3E504613413c35
Octal3033167650106231017465
Binary110000111100111011111010101000110100111000001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CE3E; }

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

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

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

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

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

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

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

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