#BAD542

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

Shades of Las Palmas #BAD542

Tints of Las Palmas #BAD542

Color information

#BAD542 (or 0xBAD542) is unknown color: approx Las Palmas. HEX triplet: BA, D5 and 42. RGB value is (186,213,66). Sum of RGB (Red+Green+Blue) = 186+213+66=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 66 (26.17% from 255 or 14.19% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD542 is #452ABD. Grayscale: #BCBCBC. Windows color (decimal): -4532926 or 4380090. OLE color: 4380090.

HSL color Cylindrical-coordinate representation of color #BAD542: hue angle of 71.02º 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 #BAD542 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB18621366-
CMYK0.1300.690.16
HSL71.02º63.64%54.71%-
HSV(B)71.02º69.01%83.53%-
XYZ45.0358.4214.06-
YUV188.1759.05126.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 213 (83.59% from 255) = 45.81%
BLUE value IS 66 (26.17% from 255) = 14.19%
R=40%
G=45.81%
B=14.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186213660.1300.690.1671.0263.6454.71
HexBAD542D04510474037
Octal2723251021501052010710067
Binary101110101101010110000101101010001011000010001111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD542; }

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

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

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

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

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

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

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

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