#BDD540

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

Shades of Las Palmas #BDD540

Tints of Las Palmas #BDD540

Color information

#BDD540 (or 0xBDD540) is unknown color: approx Las Palmas. HEX triplet: BD, D5 and 40. RGB value is (189,213,64). Sum of RGB (Red+Green+Blue) = 189+213+64=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD540 is #422ABF. Grayscale: #BDBDBD. Windows color (decimal): -4336320 or 4249021. OLE color: 4249021.

HSL color Cylindrical-coordinate representation of color #BDD540: hue angle of 69.66º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDD540 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB18921364-
CMYK0.1100.700.16
HSL69.66º63.95%54.31%-
HSV(B)69.66º69.95%83.53%-
XYZ45.7158.7813.79-
YUV188.8457.55128.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.56%
GREEN value IS 213 (83.59% from 255) = 45.71%
BLUE value IS 64 (25.39% from 255) = 13.73%
R=40.56%
G=45.71%
B=13.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189213640.1100.700.1669.6663.9554.31
HexBDD540B04610464036
Octal2753251001301062010610066
Binary101111011101010110000001011010001101000010001101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD540; }

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

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

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

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

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

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

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

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