#b9dc3c

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

Shades of Las Palmas #B9DC3C

Tints of Las Palmas #B9DC3C

Color information

#B9DC3C (or 0xB9DC3C) is unknown color: approx Las Palmas. HEX triplet: B9, DC and 3C. RGB value is (185,220,60). Sum of RGB (Red+Green+Blue) = 185+220+60=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DC3C is #4623C3. Grayscale: #BFBFBF. Windows color (decimal): -4596676 or 3988665. OLE color: 3988665.

HSL color Cylindrical-coordinate representation of color #B9DC3C: hue angle of 73.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B9DC3C is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB18522060-
CMYK0.1600.730.14
HSL73.12º69.57%54.9%-
HSV(B)73.12º72.73%86.27%-
XYZ46.4261.8313.76-
YUV191.353.9123.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 220 (86.33% from 255) = 47.31%
BLUE value IS 60 (23.83% from 255) = 12.90%
R=39.78%
G=47.31%
B=12.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal185220600.1600.730.1473.1269.5754.9
HexB9DC3C10049E494637
Octal271334742001111611110667
Binary10111001110111001111001000001001001111010010011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9dc3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9dc3c; }

 p { color: rgb(185,220,60); }

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

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

 a { background-color: rgb(185,220,60); }

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

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

 span { border-color: rgb(185,220,60); }

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