#BDD242

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

Shades of Las Palmas #BDD242

Tints of Las Palmas #BDD242

Color information

#BDD242 (or 0xBDD242) is unknown color: approx Las Palmas. HEX triplet: BD, D2 and 42. RGB value is (189,210,66). Sum of RGB (Red+Green+Blue) = 189+210+66=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD242 is #422DBD. Grayscale: #BBBBBB. Windows color (decimal): -4337086 or 4379325. OLE color: 4379325.

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

Color convert

RGB18921066-
CMYK0.1000.690.18
HSL68.75º61.54%54.12%-
HSV(B)68.75º68.57%82.35%-
XYZ45.0257.3113.84-
YUV187.359.54129.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.65%
GREEN value IS 210 (82.42% from 255) = 45.16%
BLUE value IS 66 (26.17% from 255) = 14.19%
R=40.65%
G=45.16%
B=14.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189210660.1000.690.1868.7561.5454.12
HexBDD242A04512453e36
Octal275322102120105221057666
Binary10111101110100101000010101001000101100101000101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD242; }

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

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

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

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

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

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

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

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