#B9EA36

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

Shades of Las Palmas #B9EA36

Tints of Las Palmas #B9EA36

Color information

#B9EA36 (or 0xB9EA36) is unknown color: approx Las Palmas. HEX triplet: B9, EA and 36. RGB value is (185,234,54). Sum of RGB (Red+Green+Blue) = 185+234+54=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 54 (21.48% from 255 or 11.42% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EA36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9EA36 is #4615C9. Grayscale: #C7C7C7. Windows color (decimal): -4593098 or 3599033. OLE color: 3599033.

HSL color Cylindrical-coordinate representation of color #B9EA36: hue angle of 76.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9EA36 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB18523454-
CMYK0.2100.770.08
HSL76.33º81.08%56.47%-
HSV(B)76.33º76.92%91.76%-
XYZ50.169.4314.25-
YUV198.8346.27118.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.11%
GREEN value IS 234 (91.80% from 255) = 49.47%
BLUE value IS 54 (21.48% from 255) = 11.42%
R=39.11%
G=49.47%
B=11.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal185234540.2100.770.0876.3381.0856.47
HexB9EA361504D84c5138
Octal271352662501151011412170
Binary10111001111010101101101010101001101100010011001010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EA36; }

 p { color: rgb(185,234,54); }

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

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

 a { background-color: rgb(185,234,54); }

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

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

 span { border-color: rgb(185,234,54); }

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