#C6D337

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

Shades of Las Palmas #C6D337

Tints of Las Palmas #C6D337

Color information

#C6D337 (or 0xC6D337) is unknown color: approx Las Palmas. HEX triplet: C6, D3 and 37. RGB value is (198,211,55). Sum of RGB (Red+Green+Blue) = 198+211+55=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 55 (21.88% from 255 or 11.85% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D337 is #392CC8. Grayscale: #BDBDBD. Windows color (decimal): -3747017 or 3658694. OLE color: 3658694.

HSL color Cylindrical-coordinate representation of color #C6D337: hue angle of 65º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6D337 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB19821155-
CMYK0.0600.740.17
HSL65º63.93%52.16%-
HSV(B)65º73.93%82.75%-
XYZ47.2758.8712.49-
YUV189.3352.19134.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.67%
GREEN value IS 211 (82.81% from 255) = 45.47%
BLUE value IS 55 (21.88% from 255) = 11.85%
R=42.67%
G=45.47%
B=11.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal198211550.0600.740.176563.9352.16
HexC6D337604A11414034
Octal30632367601122110110064
Binary1100011011010011110111110010010101000110000011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D337; }

 p { color: rgb(198,211,55); }

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

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

 a { background-color: rgb(198,211,55); }

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

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

 span { border-color: rgb(198,211,55); }

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