#C6D932

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

Shades of Las Palmas #C6D932

Tints of Las Palmas #C6D932

Color information

#C6D932 (or 0xC6D932) is unknown color: approx Las Palmas. HEX triplet: C6, D9 and 32. RGB value is (198,217,50). Sum of RGB (Red+Green+Blue) = 198+217+50=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D932 is #3926CD. Grayscale: #C0C0C0. Windows color (decimal): -3745486 or 3332550. OLE color: 3332550.

HSL color Cylindrical-coordinate representation of color #C6D932: hue angle of 66.83º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6D932 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB19821750-
CMYK0.0900.770.15
HSL66.83º68.72%52.35%-
HSV(B)66.83º76.96%85.1%-
XYZ48.6861.8612.39-
YUV192.2847.71132.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.58%
GREEN value IS 217 (85.16% from 255) = 46.67%
BLUE value IS 50 (19.92% from 255) = 10.75%
R=42.58%
G=46.67%
B=10.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal198217500.0900.770.1566.8368.7252.35
HexC6D932904DF434534
Octal306331621101151710310564
Binary1100011011011001110010100101001101111110000111000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D932; }

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

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

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

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

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

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

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

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