#B8D342

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

Shades of Las Palmas #B8D342

Tints of Las Palmas #B8D342

Color information

#B8D342 (or 0xB8D342) is unknown color: approx Las Palmas. HEX triplet: B8, D3 and 42. RGB value is (184,211,66). Sum of RGB (Red+Green+Blue) = 184+211+66=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D342 is #472CBD. Grayscale: #BABABA. Windows color (decimal): -4664510 or 4379576. OLE color: 4379576.

HSL color Cylindrical-coordinate representation of color #B8D342: hue angle of 71.17º degrees, saturation: 0.62, 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 #B8D342 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB18421166-
CMYK0.1300.690.17
HSL71.17º62.23%54.31%-
HSV(B)71.17º68.72%82.75%-
XYZ44.0457.1713.87-
YUV186.460.05126.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 211 (82.81% from 255) = 45.77%
BLUE value IS 66 (26.17% from 255) = 14.32%
R=39.91%
G=45.77%
B=14.32%

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
Decimal184211660.1300.690.1771.1762.2354.31
HexB8D342D04511473e36
Octal270323102150105211077666
Binary10111000110100111000010110101000101100011000111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D342; }

 p { color: rgb(184,211,66); }

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

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

 a { background-color: rgb(184,211,66); }

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

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

 span { border-color: rgb(184,211,66); }

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