#B9EA3C

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

Shades of Las Palmas #B9EA3C

Tints of Las Palmas #B9EA3C

Color information

#B9EA3C (or 0xB9EA3C) is unknown color: approx Las Palmas. HEX triplet: B9, EA and 3C. RGB value is (185,234,60). Sum of RGB (Red+Green+Blue) = 185+234+60=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9EA3C is #4615C3. Grayscale: #C8C8C8. Windows color (decimal): -4593092 or 3992249. OLE color: 3992249.

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

Color convert

RGB18523460-
CMYK0.2100.740.08
HSL76.9º80.56%57.65%-
HSV(B)76.9º74.36%91.76%-
XYZ50.2569.4915.04-
YUV199.5149.27117.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.62%
GREEN value IS 234 (91.80% from 255) = 48.85%
BLUE value IS 60 (23.83% from 255) = 12.53%
R=38.62%
G=48.85%
B=12.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal185234600.2100.740.0876.980.5657.65
HexB9EA3C1504A84d513a
Octal271352742501121011512172
Binary10111001111010101111001010101001010100010011011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9EA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9EA3C; }

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

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

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

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

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

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

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

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