#BAD53D

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

Shades of Las Palmas #BAD53D

Tints of Las Palmas #BAD53D

Color information

#BAD53D (or 0xBAD53D) is unknown color: approx Las Palmas. HEX triplet: BA, D5 and 3D. RGB value is (186,213,61). Sum of RGB (Red+Green+Blue) = 186+213+61=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD53D is #452AC2. Grayscale: #BCBCBC. Windows color (decimal): -4532931 or 4052410. OLE color: 4052410.

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

Color convert

RGB18621361-
CMYK0.1300.710.16
HSL70.66º64.41%53.73%-
HSV(B)70.66º71.36%83.53%-
XYZ44.8958.3613.31-
YUV187.656.55126.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 213 (83.59% from 255) = 46.30%
BLUE value IS 61 (24.22% from 255) = 13.26%
R=40.43%
G=46.30%
B=13.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186213610.1300.710.1670.6664.4153.73
HexBAD53DD04710474036
Octal272325751501072010710066
Binary10111010110101011111011101010001111000010001111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD53D; }

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

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

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

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

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

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

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

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