#BDD23E

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

Shades of Las Palmas #BDD23E

Tints of Las Palmas #BDD23E

Color information

#BDD23E (or 0xBDD23E) is unknown color: approx Las Palmas. HEX triplet: BD, D2 and 3E. RGB value is (189,210,62). Sum of RGB (Red+Green+Blue) = 189+210+62=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #BDD23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD23E is #422DC1. Grayscale: #BBBBBB. Windows color (decimal): -4337090 or 4117181. OLE color: 4117181.

HSL color Cylindrical-coordinate representation of color #BDD23E: hue angle of 68.51º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDD23E is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB18921062-
CMYK0.1000.700.18
HSL68.51º62.18%53.33%-
HSV(B)68.51º70.48%82.35%-
XYZ44.957.2613.24-
YUV186.8557.54129.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 210 (82.42% from 255) = 45.55%
BLUE value IS 62 (24.61% from 255) = 13.45%
R=41.00%
G=45.55%
B=13.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal189210620.1000.700.1868.5162.1853.33
HexBDD23EA04612453e35
Octal27532276120106221057665
Binary1011110111010010111110101001000110100101000101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD23E; }

 p { color: rgb(189,210,62); }

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

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

 a { background-color: rgb(189,210,62); }

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

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

 span { border-color: rgb(189,210,62); }

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