#B9DA40

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

Shades of Las Palmas #B9DA40

Tints of Las Palmas #B9DA40

Color information

#B9DA40 (or 0xB9DA40) is unknown color: approx Las Palmas. HEX triplet: B9, DA and 40. RGB value is (185,218,64). Sum of RGB (Red+Green+Blue) = 185+218+64=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #B9DA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9DA40 is #4625BF. Grayscale: #BFBFBF. Windows color (decimal): -4597184 or 4250297. OLE color: 4250297.

HSL color Cylindrical-coordinate representation of color #B9DA40: hue angle of 72.86º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9DA40 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB18521864-
CMYK0.1500.710.15
HSL72.86º67.54%55.29%-
HSV(B)72.86º70.64%85.49%-
XYZ4660.8314.17-
YUV190.5856.57124.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 218 (85.55% from 255) = 46.68%
BLUE value IS 64 (25.39% from 255) = 13.70%
R=39.61%
G=46.68%
B=13.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185218640.1500.710.1572.8667.5455.29
HexB9DA40F047F494437
Octal2713321001701071711110467
Binary10111001110110101000000111101000111111110010011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DA40; }

 p { color: rgb(185,218,64); }

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

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

 a { background-color: rgb(185,218,64); }

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

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

 span { border-color: rgb(185,218,64); }

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