#C4D932

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

Shades of Las Palmas #C4D932

Tints of Las Palmas #C4D932

Color information

#C4D932 (or 0xC4D932) is unknown color: approx Las Palmas. HEX triplet: C4, D9 and 32. RGB value is (196,217,50). Sum of RGB (Red+Green+Blue) = 196+217+50=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #C4D932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D932 is #3B26CD. Grayscale: #C0C0C0. Windows color (decimal): -3876558 or 3332548. OLE color: 3332548.

HSL color Cylindrical-coordinate representation of color #C4D932: hue angle of 67.54º 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 #C4D932 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB19621750-
CMYK0.1000.770.15
HSL67.54º68.72%52.35%-
HSV(B)67.54º76.96%85.1%-
XYZ48.1561.5912.37-
YUV191.6848.04131.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 217 (85.16% from 255) = 46.87%
BLUE value IS 50 (19.92% from 255) = 10.80%
R=42.33%
G=46.87%
B=10.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal196217500.1000.770.1567.5468.7252.35
HexC4D932A04DF444534
Octal304331621201151710410564
Binary1100010011011001110010101001001101111110001001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D932; }

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

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

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

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

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

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

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

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