#BCD239

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

Shades of Las Palmas #BCD239

Tints of Las Palmas #BCD239

Color information

#BCD239 (or 0xBCD239) is unknown color: approx Las Palmas. HEX triplet: BC, D2 and 39. RGB value is (188,210,57). Sum of RGB (Red+Green+Blue) = 188+210+57=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 57 (22.66% from 255 or 12.53% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD239 is #432DC6. Grayscale: #BABABA. Windows color (decimal): -4402631 or 3789500. OLE color: 3789500.

HSL color Cylindrical-coordinate representation of color #BCD239: hue angle of 68.63º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCD239 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB18821057-
CMYK0.1000.730.18
HSL68.63º62.96%52.35%-
HSV(B)68.63º72.86%82.35%-
XYZ44.5257.0812.54-
YUV185.9855.21129.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 210 (82.42% from 255) = 46.15%
BLUE value IS 57 (22.66% from 255) = 12.53%
R=41.32%
G=46.15%
B=12.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188210570.1000.730.1868.6362.9652.35
HexBCD239A04912453f34
Octal27432271120111221057764
Binary1011110011010010111001101001001001100101000101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD239; }

 p { color: rgb(188,210,57); }

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

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

 a { background-color: rgb(188,210,57); }

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

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

 span { border-color: rgb(188,210,57); }

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