#BCE234

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

Shades of Las Palmas #BCE234

Tints of Las Palmas #BCE234

Color information

#BCE234 (or 0xBCE234) is unknown color: approx Las Palmas. HEX triplet: BC, E2 and 34. RGB value is (188,226,52). Sum of RGB (Red+Green+Blue) = 188+226+52=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCE234 is #431DCB. Grayscale: #C3C3C3. Windows color (decimal): -4398540 or 3465916. OLE color: 3465916.

HSL color Cylindrical-coordinate representation of color #BCE234: hue angle of 73.1º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCE234 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB18822652-
CMYK0.1700.770.11
HSL73.1º75%54.51%-
HSV(B)73.1º76.99%88.63%-
XYZ48.5665.3313.3-
YUV194.847.41123.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 226 (88.67% from 255) = 48.50%
BLUE value IS 52 (20.70% from 255) = 11.16%
R=40.34%
G=48.50%
B=11.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188226520.1700.770.1173.17554.51
HexBCE2341104DB494b37
Octal274342642101151311111367
Binary10111100111000101101001000101001101101110010011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE234; }

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

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

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

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

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

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

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

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