#BCE630

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

Shades of Las Palmas #BCE630

Tints of Las Palmas #BCE630

Color information

#BCE630 (or 0xBCE630) is unknown color: approx Las Palmas. HEX triplet: BC, E6 and 30. RGB value is (188,230,48). Sum of RGB (Red+Green+Blue) = 188+230+48=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #BCE630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCE630 is #4319CF. Grayscale: #C5C5C5. Windows color (decimal): -4397520 or 3204796. OLE color: 3204796.

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

Color convert

RGB18823048-
CMYK0.1800.790.10
HSL73.85º78.45%54.51%-
HSV(B)73.85º79.13%90.2%-
XYZ49.5767.513.21-
YUV196.6944.09121.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 230 (90.23% from 255) = 49.36%
BLUE value IS 48 (19.14% from 255) = 10.30%
R=40.34%
G=49.36%
B=10.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal188230480.1800.790.1073.8578.4554.51
HexBCE6301204FA4a4e37
Octal274346602201171211211667
Binary10111100111001101100001001001001111101010010101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE630; }

 p { color: rgb(188,230,48); }

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

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

 a { background-color: rgb(188,230,48); }

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

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

 span { border-color: rgb(188,230,48); }

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