#C6D94A

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

Shades of Las Palmas #C6D94A

Tints of Las Palmas #C6D94A

Color information

#C6D94A (or 0xC6D94A) is unknown color: approx Las Palmas. HEX triplet: C6, D9 and 4A. RGB value is (198,217,74). Sum of RGB (Red+Green+Blue) = 198+217+74=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D94A is #3926B5. Grayscale: #C3C3C3. Windows color (decimal): -3745462 or 4905414. OLE color: 4905414.

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

Color convert

RGB19821774-
CMYK0.0900.660.15
HSL67.97º65.3%57.06%-
HSV(B)67.97º65.9%85.1%-
XYZ49.3462.1315.87-
YUV195.0259.71130.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.49%
GREEN value IS 217 (85.16% from 255) = 44.38%
BLUE value IS 74 (29.30% from 255) = 15.13%
R=40.49%
G=44.38%
B=15.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal198217740.0900.660.1567.9765.357.06
HexC6D94A9042F444139
Octal3063311121101021710410171
Binary11000110110110011001010100101000010111110001001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D94A; }

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

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

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

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

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

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

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

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