#BDE339

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

Shades of Las Palmas #BDE339

Tints of Las Palmas #BDE339

Color information

#BDE339 (or 0xBDE339) is unknown color: approx Las Palmas. HEX triplet: BD, E3 and 39. RGB value is (189,227,57). Sum of RGB (Red+Green+Blue) = 189+227+57=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 57 (22.66% from 255 or 12.05% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE339 is #421CC6. Grayscale: #C4C4C4. Windows color (decimal): -4332743 or 3793853. OLE color: 3793853.

HSL color Cylindrical-coordinate representation of color #BDE339: hue angle of 73.41º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDE339 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB18922757-
CMYK0.1700.750.11
HSL73.41º75.22%55.69%-
HSV(B)73.41º74.89%89.02%-
XYZ49.1966.0514.03-
YUV196.2649.41122.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 227 (89.06% from 255) = 47.99%
BLUE value IS 57 (22.66% from 255) = 12.05%
R=39.96%
G=47.99%
B=12.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal189227570.1700.750.1173.4175.2255.69
HexBDE3391104BB494b38
Octal275343712101131311111370
Binary10111101111000111110011000101001011101110010011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE339; }

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

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

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

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

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

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

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

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