#BDD239

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

Shades of Las Palmas #BDD239

Tints of Las Palmas #BDD239

Color information

#BDD239 (or 0xBDD239) is unknown color: approx Las Palmas. HEX triplet: BD, D2 and 39. RGB value is (189,210,57). Sum of RGB (Red+Green+Blue) = 189+210+57=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 57 (22.66% from 255 or 12.5% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD239 is #422DC6. Grayscale: #BABABA. Windows color (decimal): -4337095 or 3789501. OLE color: 3789501.

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

Color convert

RGB18921057-
CMYK0.1000.730.18
HSL68.24º62.96%52.35%-
HSV(B)68.24º72.86%82.35%-
XYZ44.7757.2112.55-
YUV186.2855.04129.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.45%
GREEN value IS 210 (82.42% from 255) = 46.05%
BLUE value IS 57 (22.66% from 255) = 12.5%
R=41.45%
G=46.05%
B=12.5%

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
Decimal189210570.1000.730.1868.2462.9652.35
HexBDD239A04912443f34
Octal27532271120111221047764
Binary1011110111010010111001101001001001100101000100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD239; }

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

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

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

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

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

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

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

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