#BDD841

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

Shades of Las Palmas #BDD841

Tints of Las Palmas #BDD841

Color information

#BDD841 (or 0xBDD841) is unknown color: approx Las Palmas. HEX triplet: BD, D8 and 41. RGB value is (189,216,65). Sum of RGB (Red+Green+Blue) = 189+216+65=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD841 is #4227BE. Grayscale: #BFBFBF. Windows color (decimal): -4335551 or 4315325. OLE color: 4315325.

HSL color Cylindrical-coordinate representation of color #BDD841: hue angle of 70.73º degrees, saturation: 0.66, 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 #BDD841 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB18921665-
CMYK0.1200.700.15
HSL70.73º65.94%55.1%-
HSV(B)70.73º69.91%84.71%-
XYZ46.560.3114.19-
YUV190.7157.05126.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 216 (84.77% from 255) = 45.96%
BLUE value IS 65 (25.78% from 255) = 13.83%
R=40.21%
G=45.96%
B=13.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189216650.1200.700.1570.7365.9455.1
HexBDD841C046F474237
Octal2753301011401061710710267
Binary10111101110110001000001110001000110111110001111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD841; }

 p { color: rgb(189,216,65); }

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

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

 a { background-color: rgb(189,216,65); }

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

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

 span { border-color: rgb(189,216,65); }

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