#BAD942

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

Shades of Las Palmas #BAD942

Tints of Las Palmas #BAD942

Color information

#BAD942 (or 0xBAD942) is unknown color: approx Las Palmas. HEX triplet: BA, D9 and 42. RGB value is (186,217,66). Sum of RGB (Red+Green+Blue) = 186+217+66=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD942 is #4526BD. Grayscale: #BFBFBF. Windows color (decimal): -4531902 or 4381114. OLE color: 4381114.

HSL color Cylindrical-coordinate representation of color #BAD942: hue angle of 72.32º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAD942 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB18621766-
CMYK0.1400.700.15
HSL72.32º66.52%55.49%-
HSV(B)72.32º69.59%85.1%-
XYZ46.0560.4614.4-
YUV190.5257.73124.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 217 (85.16% from 255) = 46.27%
BLUE value IS 66 (26.17% from 255) = 14.07%
R=39.66%
G=46.27%
B=14.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186217660.1400.700.1572.3266.5255.49
HexBAD942E046F484337
Octal2723311021601061711010367
Binary10111010110110011000010111001000110111110010001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD942; }

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

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

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

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

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

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

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

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