#BED239

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

Shades of Las Palmas #BED239

Tints of Las Palmas #BED239

Color information

#BED239 (or 0xBED239) is unknown color: approx Las Palmas. HEX triplet: BE, D2 and 39. RGB value is (190,210,57). Sum of RGB (Red+Green+Blue) = 190+210+57=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 57 (22.66% from 255 or 12.47% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #BED239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BED239 is #412DC6. Grayscale: #BBBBBB. Windows color (decimal): -4271559 or 3789502. OLE color: 3789502.

HSL color Cylindrical-coordinate representation of color #BED239: hue angle of 67.84º 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 #BED239 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB19021057-
CMYK0.1000.730.18
HSL67.84º62.96%52.35%-
HSV(B)67.84º72.86%82.35%-
XYZ45.0257.3412.56-
YUV186.5854.87130.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 210 (82.42% from 255) = 45.95%
BLUE value IS 57 (22.66% from 255) = 12.47%
R=41.58%
G=45.95%
B=12.47%

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
Decimal190210570.1000.730.1867.8462.9652.35
HexBED239A04912443f34
Octal27632271120111221047764
Binary1011111011010010111001101001001001100101000100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED239; }

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

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

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

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

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

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

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

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