#BCE534

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

Shades of Las Palmas #BCE534

Tints of Las Palmas #BCE534

Color information

#BCE534 (or 0xBCE534) is unknown color: approx Las Palmas. HEX triplet: BC, E5 and 34. RGB value is (188,229,52). Sum of RGB (Red+Green+Blue) = 188+229+52=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE534 is #431ACB. Grayscale: #C5C5C5. Windows color (decimal): -4397772 or 3466684. OLE color: 3466684.

HSL color Cylindrical-coordinate representation of color #BCE534: hue angle of 73.9º 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 #BCE534 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB18822952-
CMYK0.1800.770.10
HSL73.9º77.29%55.1%-
HSV(B)73.9º77.29%89.8%-
XYZ49.3866.9813.57-
YUV196.5646.42121.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 229 (89.84% from 255) = 48.83%
BLUE value IS 52 (20.70% from 255) = 11.09%
R=40.09%
G=48.83%
B=11.09%

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
Decimal188229520.1800.770.1073.977.2955.1
HexBCE5341204DA4a4d37
Octal274345642201151211211567
Binary10111100111001011101001001001001101101010010101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE534; }

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

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

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

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

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

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

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

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