#B9D13B

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

Shades of Las Palmas #B9D13B

Tints of Las Palmas #B9D13B

Color information

#B9D13B (or 0xB9D13B) is unknown color: approx Las Palmas. HEX triplet: B9, D1 and 3B. RGB value is (185,209,59). Sum of RGB (Red+Green+Blue) = 185+209+59=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D13B is #462EC4. Grayscale: #B9B9B9. Windows color (decimal): -4599493 or 3920313. OLE color: 3920313.

HSL color Cylindrical-coordinate representation of color #B9D13B: hue angle of 69.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B9D13B is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB18520959-
CMYK0.1100.720.18
HSL69.6º61.98%52.55%-
HSV(B)69.6º71.77%81.96%-
XYZ43.656.2312.69-
YUV184.7257.05128.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 209 (82.03% from 255) = 46.14%
BLUE value IS 59 (23.44% from 255) = 13.02%
R=40.84%
G=46.14%
B=13.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185209590.1100.720.1869.661.9852.55
HexB9D13BB04812463e35
Octal27132173130110221067665
Binary1011100111010001111011101101001000100101000110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D13B; }

 p { color: rgb(185,209,59); }

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

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

 a { background-color: rgb(185,209,59); }

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

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

 span { border-color: rgb(185,209,59); }

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