#BCD936

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

Shades of Las Palmas #BCD936

Tints of Las Palmas #BCD936

Color information

#BCD936 (or 0xBCD936) is unknown color: approx Las Palmas. HEX triplet: BC, D9 and 36. RGB value is (188,217,54). Sum of RGB (Red+Green+Blue) = 188+217+54=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD936 is #4326C9. Grayscale: #BEBEBE. Windows color (decimal): -4400842 or 3594684. OLE color: 3594684.

HSL color Cylindrical-coordinate representation of color #BCD936: hue angle of 70.67º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BCD936 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB18821754-
CMYK0.1300.750.15
HSL70.67º68.2%53.14%-
HSV(B)70.67º75.12%85.1%-
XYZ46.2260.5812.75-
YUV189.7551.39126.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 217 (85.16% from 255) = 47.28%
BLUE value IS 54 (21.48% from 255) = 11.76%
R=40.96%
G=47.28%
B=11.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal188217540.1300.750.1570.6768.253.14
HexBCD936D04BF474435
Octal274331661501131710710465
Binary1011110011011001110110110101001011111110001111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD936; }

 p { color: rgb(188,217,54); }

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

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

 a { background-color: rgb(188,217,54); }

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

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

 span { border-color: rgb(188,217,54); }

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