#BDD542

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

Shades of Las Palmas #BDD542

Tints of Las Palmas #BDD542

Color information

#BDD542 (or 0xBDD542) is unknown color: approx Las Palmas. HEX triplet: BD, D5 and 42. RGB value is (189,213,66). Sum of RGB (Red+Green+Blue) = 189+213+66=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 213 (83.59% from 255 or 45.51% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD542 is #422ABD. Grayscale: #BDBDBD. Windows color (decimal): -4336318 or 4380093. OLE color: 4380093.

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

Color convert

RGB18921366-
CMYK0.1100.690.16
HSL69.8º63.64%54.71%-
HSV(B)69.8º69.01%83.53%-
XYZ45.7658.814.09-
YUV189.0758.55127.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 213 (83.59% from 255) = 45.51%
BLUE value IS 66 (26.17% from 255) = 14.10%
R=40.38%
G=45.51%
B=14.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189213660.1100.690.1669.863.6454.71
HexBDD542B04510464037
Octal2753251021301052010610067
Binary101111011101010110000101011010001011000010001101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD542; }

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

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

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

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

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

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

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

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