#BDD548

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

Shades of Las Palmas #BDD548

Tints of Las Palmas #BDD548

Color information

#BDD548 (or 0xBDD548) is unknown color: approx Las Palmas. HEX triplet: BD, D5 and 48. RGB value is (189,213,72). Sum of RGB (Red+Green+Blue) = 189+213+72=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD548 is #422AB7. Grayscale: #BEBEBE. Windows color (decimal): -4336312 or 4773309. OLE color: 4773309.

HSL color Cylindrical-coordinate representation of color #BDD548: hue angle of 70.21º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDD548 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB18921372-
CMYK0.1100.660.16
HSL70.21º62.67%55.88%-
HSV(B)70.21º66.2%83.53%-
XYZ45.9558.8815.07-
YUV189.7561.55127.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.87%
GREEN value IS 213 (83.59% from 255) = 44.94%
BLUE value IS 72 (28.52% from 255) = 15.19%
R=39.87%
G=44.94%
B=15.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189213720.1100.660.1670.2162.6755.88
HexBDD548B04210463f38
Octal275325110130102201067770
Binary10111101110101011001000101101000010100001000110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD548; }

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

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

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

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

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

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

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

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