#C5CC3A

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

Shades of Las Palmas #C5CC3A

Tints of Las Palmas #C5CC3A

Color information

#C5CC3A (or 0xC5CC3A) is unknown color: approx Las Palmas. HEX triplet: C5, CC and 3A. RGB value is (197,204,58). Sum of RGB (Red+Green+Blue) = 197+204+58=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CC3A is #3A33C5. Grayscale: #B9B9B9. Windows color (decimal): -3814342 or 3853509. OLE color: 3853509.

HSL color Cylindrical-coordinate representation of color #C5CC3A: hue angle of 62.88º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5CC3A is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB19720458-
CMYK0.0300.720.2
HSL62.88º58.87%51.37%-
HSV(B)62.88º71.57%80%-
XYZ45.3855.3612.3-
YUV185.2656.18136.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 204 (80.08% from 255) = 44.44%
BLUE value IS 58 (23.05% from 255) = 12.64%
R=42.92%
G=44.44%
B=12.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal197204580.0300.720.262.8858.8751.37
HexC5CC3A3048143f3b33
Octal305314723011024777363
Binary1100010111001100111010110100100010100111111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CC3A; }

 p { color: rgb(197,204,58); }

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

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

 a { background-color: rgb(197,204,58); }

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

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

 span { border-color: rgb(197,204,58); }

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