#BBE534

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

Shades of Las Palmas #BBE534

Tints of Las Palmas #BBE534

Color information

#BBE534 (or 0xBBE534) is unknown color: approx Las Palmas. HEX triplet: BB, E5 and 34. RGB value is (187,229,52). Sum of RGB (Red+Green+Blue) = 187+229+52=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE534 is #441ACB. Grayscale: #C4C4C4. Windows color (decimal): -4463308 or 3466683. OLE color: 3466683.

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

Color convert

RGB18722952-
CMYK0.1800.770.10
HSL74.24º77.29%55.1%-
HSV(B)74.24º77.29%89.8%-
XYZ49.1366.8513.56-
YUV196.2646.59121.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.96%
GREEN value IS 229 (89.84% from 255) = 48.93%
BLUE value IS 52 (20.70% from 255) = 11.11%
R=39.96%
G=48.93%
B=11.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal187229520.1800.770.1074.2477.2955.1
HexBBE5341204DA4a4d37
Octal273345642201151211211567
Binary10111011111001011101001001001001101101010010101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE534; }

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

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

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

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

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

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

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

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