#BDE139

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

Shades of Las Palmas #BDE139

Tints of Las Palmas #BDE139

Color information

#BDE139 (or 0xBDE139) is unknown color: approx Las Palmas. HEX triplet: BD, E1 and 39. RGB value is (189,225,57). Sum of RGB (Red+Green+Blue) = 189+225+57=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 57 (22.66% from 255 or 12.10% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDE139 is #421EC6. Grayscale: #C3C3C3. Windows color (decimal): -4333255 or 3793341. OLE color: 3793341.

HSL color Cylindrical-coordinate representation of color #BDE139: hue angle of 72.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDE139 is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB18922557-
CMYK0.1600.750.12
HSL72.86º73.68%55.29%-
HSV(B)72.86º74.67%88.24%-
XYZ48.6564.9613.85-
YUV195.0850.07123.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 225 (88.28% from 255) = 47.77%
BLUE value IS 57 (22.66% from 255) = 12.10%
R=40.13%
G=47.77%
B=12.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal189225570.1600.750.1272.8673.6855.29
HexBDE1391004BC494a37
Octal275341712001131411111267
Binary10111101111000011110011000001001011110010010011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE139; }

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

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

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

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

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

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

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

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