#B8D441

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

Shades of Las Palmas #B8D441

Tints of Las Palmas #B8D441

Color information

#B8D441 (or 0xB8D441) is unknown color: approx Las Palmas. HEX triplet: B8, D4 and 41. RGB value is (184,212,65). Sum of RGB (Red+Green+Blue) = 184+212+65=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 65 (25.78% from 255 or 14.10% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #B8D441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D441 is #472BBE. Grayscale: #BBBBBB. Windows color (decimal): -4664255 or 4314296. OLE color: 4314296.

HSL color Cylindrical-coordinate representation of color #B8D441: hue angle of 71.43º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8D441 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB18421265-
CMYK0.1300.690.17
HSL71.43º63.09%54.31%-
HSV(B)71.43º69.34%83.14%-
XYZ44.2657.6613.8-
YUV186.8759.22125.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 212 (83.20% from 255) = 45.99%
BLUE value IS 65 (25.78% from 255) = 14.10%
R=39.91%
G=45.99%
B=14.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal184212650.1300.690.1771.4363.0954.31
HexB8D441D04511473f36
Octal270324101150105211077766
Binary10111000110101001000001110101000101100011000111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D441; }

 p { color: rgb(184,212,65); }

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

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

 a { background-color: rgb(184,212,65); }

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

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

 span { border-color: rgb(184,212,65); }

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