#BDD445

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

Shades of Las Palmas #BDD445

Tints of Las Palmas #BDD445

Color information

#BDD445 (or 0xBDD445) is unknown color: approx Las Palmas. HEX triplet: BD, D4 and 45. RGB value is (189,212,69). Sum of RGB (Red+Green+Blue) = 189+212+69=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 69 (27.34% from 255 or 14.68% from 470); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD445 is #422BBA. Grayscale: #BDBDBD. Windows color (decimal): -4336571 or 4576445. OLE color: 4576445.

HSL color Cylindrical-coordinate representation of color #BDD445: hue angle of 69.65º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDD445 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB18921269-
CMYK0.1100.670.17
HSL69.65º62.45%55.1%-
HSV(B)69.65º67.45%83.14%-
XYZ45.658.3414.49-
YUV188.8260.38128.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 212 (83.20% from 255) = 45.11%
BLUE value IS 69 (27.34% from 255) = 14.68%
R=40.21%
G=45.11%
B=14.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal189212690.1100.670.1769.6562.4555.1
HexBDD445B04311463e37
Octal275324105130103211067667
Binary10111101110101001000101101101000011100011000110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD445; }

 p { color: rgb(189,212,69); }

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

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

 a { background-color: rgb(189,212,69); }

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

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

 span { border-color: rgb(189,212,69); }

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