#B9D13D

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

Shades of Las Palmas #B9D13D

Tints of Las Palmas #B9D13D

Color information

#B9D13D (or 0xB9D13D) is unknown color: approx Las Palmas. HEX triplet: B9, D1 and 3D. RGB value is (185,209,61). Sum of RGB (Red+Green+Blue) = 185+209+61=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #B9D13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D13D is #462EC2. Grayscale: #B9B9B9. Windows color (decimal): -4599491 or 4051385. OLE color: 4051385.

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

Color convert

RGB18520961-
CMYK0.1100.710.18
HSL69.73º61.67%52.94%-
HSV(B)69.73º70.81%81.96%-
XYZ43.6556.2512.97-
YUV184.9558.05128.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 209 (82.03% from 255) = 45.93%
BLUE value IS 61 (24.22% from 255) = 13.41%
R=40.66%
G=45.93%
B=13.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185209610.1100.710.1869.7361.6752.94
HexB9D13DB04712463e35
Octal27132175130107221067665
Binary1011100111010001111101101101000111100101000110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D13D; }

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

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

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

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

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

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

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

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