#C9D538

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

Shades of Las Palmas #C9D538

Tints of Las Palmas #C9D538

Color information

#C9D538 (or 0xC9D538) is unknown color: approx Las Palmas. HEX triplet: C9, D5 and 38. RGB value is (201,213,56). Sum of RGB (Red+Green+Blue) = 201+213+56=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D538 is #362AC7. Grayscale: #C0C0C0. Windows color (decimal): -3549896 or 3724745. OLE color: 3724745.

HSL color Cylindrical-coordinate representation of color #C9D538: hue angle of 64.59º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9D538 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB20121356-
CMYK0.0600.740.16
HSL64.59º65.15%52.75%-
HSV(B)64.59º73.71%83.53%-
XYZ48.660.2912.82-
YUV191.5151.52134.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.77%
GREEN value IS 213 (83.59% from 255) = 45.32%
BLUE value IS 56 (22.27% from 255) = 11.91%
R=42.77%
G=45.32%
B=11.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal201213560.0600.740.1664.5965.1552.75
HexC9D538604A10414135
Octal31132570601122010110165
Binary1100100111010101111000110010010101000010000011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D538; }

 p { color: rgb(201,213,56); }

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

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

 a { background-color: rgb(201,213,56); }

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

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

 span { border-color: rgb(201,213,56); }

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