#BDD040

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

Shades of Las Palmas #BDD040

Tints of Las Palmas #BDD040

Color information

#BDD040 (or 0xBDD040) is unknown color: approx Las Palmas. HEX triplet: BD, D0 and 40. RGB value is (189,208,64). Sum of RGB (Red+Green+Blue) = 189+208+64=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD040 is #422FBF. Grayscale: #BABABA. Windows color (decimal): -4337600 or 4247741. OLE color: 4247741.

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

Color convert

RGB18920864-
CMYK0.0900.690.18
HSL67.92º60.5%53.33%-
HSV(B)67.92º69.23%81.57%-
XYZ44.4756.313.37-
YUV185.959.21130.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 208 (81.64% from 255) = 45.12%
BLUE value IS 64 (25.39% from 255) = 13.88%
R=41.00%
G=45.12%
B=13.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189208640.0900.690.1867.9260.553.33
HexBDD040904512443d35
Octal275320100110105221047565
Binary10111101110100001000000100101000101100101000100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD040; }

 p { color: rgb(189,208,64); }

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

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

 a { background-color: rgb(189,208,64); }

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

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

 span { border-color: rgb(189,208,64); }

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