#C6D732

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

Shades of Las Palmas #C6D732

Tints of Las Palmas #C6D732

Color information

#C6D732 (or 0xC6D732) is unknown color: approx Las Palmas. HEX triplet: C6, D7 and 32. RGB value is (198,215,50). Sum of RGB (Red+Green+Blue) = 198+215+50=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D732 is #3928CD. Grayscale: #BFBFBF. Windows color (decimal): -3745998 or 3332038. OLE color: 3332038.

HSL color Cylindrical-coordinate representation of color #C6D732: hue angle of 66.18º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6D732 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB19821550-
CMYK0.0800.770.16
HSL66.18º67.35%51.96%-
HSV(B)66.18º76.74%84.31%-
XYZ48.1660.8412.22-
YUV191.1148.37132.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.76%
GREEN value IS 215 (84.38% from 255) = 46.44%
BLUE value IS 50 (19.92% from 255) = 10.80%
R=42.76%
G=46.44%
B=10.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal198215500.0800.770.1666.1867.3551.96
HexC6D732804D10424334
Octal306327621001152010210364
Binary11000110110101111100101000010011011000010000101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D732; }

 p { color: rgb(198,215,50); }

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

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

 a { background-color: rgb(198,215,50); }

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

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

 span { border-color: rgb(198,215,50); }

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