#BBE540

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

Shades of Las Palmas #BBE540

Tints of Las Palmas #BBE540

Color information

#BBE540 (or 0xBBE540) is unknown color: approx Las Palmas. HEX triplet: BB, E5 and 40. RGB value is (187,229,64). Sum of RGB (Red+Green+Blue) = 187+229+64=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE540 is #441ABF. Grayscale: #C6C6C6. Windows color (decimal): -4463296 or 4253115. OLE color: 4253115.

HSL color Cylindrical-coordinate representation of color #BBE540: hue angle of 75.27º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BBE540 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB18722964-
CMYK0.1800.720.10
HSL75.27º76.04%57.45%-
HSV(B)75.27º72.05%89.8%-
XYZ49.4466.9715.17-
YUV197.6352.59120.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.96%
GREEN value IS 229 (89.84% from 255) = 47.71%
BLUE value IS 64 (25.39% from 255) = 13.33%
R=38.96%
G=47.71%
B=13.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal187229640.1800.720.1075.2776.0457.45
HexBBE54012048A4b4c39
Octal2733451002201101211311471
Binary101110111110010110000001001001001000101010010111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE540; }

 p { color: rgb(187,229,64); }

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

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

 a { background-color: rgb(187,229,64); }

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

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

 span { border-color: rgb(187,229,64); }

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