#BDD53A

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

Shades of Las Palmas #BDD53A

Tints of Las Palmas #BDD53A

Color information

#BDD53A (or 0xBDD53A) is unknown color: approx Las Palmas. HEX triplet: BD, D5 and 3A. RGB value is (189,213,58). Sum of RGB (Red+Green+Blue) = 189+213+58=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 58 (23.05% from 255 or 12.61% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD53A is #422AC5. Grayscale: #BCBCBC. Windows color (decimal): -4336326 or 3855805. OLE color: 3855805.

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

Color convert

RGB18921358-
CMYK0.1100.730.16
HSL69.29º64.85%53.14%-
HSV(B)69.29º72.77%83.53%-
XYZ45.5458.7112.94-
YUV188.1554.55128.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 213 (83.59% from 255) = 46.30%
BLUE value IS 58 (23.05% from 255) = 12.61%
R=41.09%
G=46.30%
B=12.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189213580.1100.730.1669.2964.8553.14
HexBDD53AB04910454135
Octal275325721301112010510165
Binary10111101110101011110101011010010011000010001011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD53A; }

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

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

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

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

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

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

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

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