#BDD538

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

Shades of Las Palmas #BDD538

Tints of Las Palmas #BDD538

Color information

#BDD538 (or 0xBDD538) is unknown color: approx Las Palmas. HEX triplet: BD, D5 and 38. RGB value is (189,213,56). Sum of RGB (Red+Green+Blue) = 189+213+56=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD538 is #422AC7. Grayscale: #BCBCBC. Windows color (decimal): -4336328 or 3724733. OLE color: 3724733.

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

Color convert

RGB18921356-
CMYK0.1100.740.16
HSL69.17º65.15%52.75%-
HSV(B)69.17º73.71%83.53%-
XYZ45.4958.6912.67-
YUV187.9353.55128.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 213 (83.59% from 255) = 46.51%
BLUE value IS 56 (22.27% from 255) = 12.23%
R=41.27%
G=46.51%
B=12.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189213560.1100.740.1669.1765.1552.75
HexBDD538B04A10454135
Octal275325701301122010510165
Binary10111101110101011110001011010010101000010001011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD538; }

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

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

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

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

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

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

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

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