#B9D244

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

Shades of Las Palmas #B9D244

Tints of Las Palmas #B9D244

Color information

#B9D244 (or 0xB9D244) is unknown color: approx Las Palmas. HEX triplet: B9, D2 and 44. RGB value is (185,210,68). Sum of RGB (Red+Green+Blue) = 185+210+68=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 68 (26.95% from 255 or 14.69% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D244 is #462DBB. Grayscale: #BABABA. Windows color (decimal): -4599228 or 4510393. OLE color: 4510393.

HSL color Cylindrical-coordinate representation of color #B9D244: hue angle of 70.56º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9D244 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB18521068-
CMYK0.1200.680.18
HSL70.56º61.21%54.51%-
HSV(B)70.56º67.62%82.35%-
XYZ44.156.8214.11-
YUV186.3461.22127.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 210 (82.42% from 255) = 45.36%
BLUE value IS 68 (26.95% from 255) = 14.69%
R=39.96%
G=45.36%
B=14.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185210680.1200.680.1870.5661.2154.51
HexB9D244C04412473d37
Octal271322104140104221077567
Binary10111001110100101000100110001000100100101000111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D244; }

 p { color: rgb(185,210,68); }

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

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

 a { background-color: rgb(185,210,68); }

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

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

 span { border-color: rgb(185,210,68); }

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