#BCEC38

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

Shades of Las Palmas #BCEC38

Tints of Las Palmas #BCEC38

Color information

#BCEC38 (or 0xBCEC38) is unknown color: approx Las Palmas. HEX triplet: BC, EC and 38. RGB value is (188,236,56). Sum of RGB (Red+Green+Blue) = 188+236+56=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 56 (22.27% from 255 or 11.67% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC38 is #4313C7. Grayscale: #C9C9C9. Windows color (decimal): -4395976 or 3730620. OLE color: 3730620.

HSL color Cylindrical-coordinate representation of color #BCEC38: hue angle of 76º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCEC38 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB18823656-
CMYK0.2000.760.07
HSL76º82.57%57.25%-
HSV(B)76º76.27%92.55%-
XYZ51.4570.9714.73-
YUV201.1346.1118.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 236 (92.58% from 255) = 49.17%
BLUE value IS 56 (22.27% from 255) = 11.67%
R=39.17%
G=49.17%
B=11.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal188236560.2000.760.077682.5757.25
HexBCEC381404C74c5339
Octal27435470240114711412371
Binary1011110011101100111000101000100110011110011001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEC38; }

 p { color: rgb(188,236,56); }

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

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

 a { background-color: rgb(188,236,56); }

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

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

 span { border-color: rgb(188,236,56); }

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