#B8DC3D

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

Shades of Las Palmas #B8DC3D

Tints of Las Palmas #B8DC3D

Color information

#B8DC3D (or 0xB8DC3D) is unknown color: approx Las Palmas. HEX triplet: B8, DC and 3D. RGB value is (184,220,61). Sum of RGB (Red+Green+Blue) = 184+220+61=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 61 (24.22% from 255 or 13.12% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DC3D is #4723C2. Grayscale: #BFBFBF. Windows color (decimal): -4662211 or 4054200. OLE color: 4054200.

HSL color Cylindrical-coordinate representation of color #B8DC3D: hue angle of 73.58º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8DC3D is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB18422061-
CMYK0.1600.720.14
HSL73.58º69.43%55.1%-
HSV(B)73.58º72.27%86.27%-
XYZ46.261.7113.89-
YUV191.1154.57122.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.57%
GREEN value IS 220 (86.33% from 255) = 47.31%
BLUE value IS 61 (24.22% from 255) = 13.12%
R=39.57%
G=47.31%
B=13.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal184220610.1600.720.1473.5869.4355.1
HexB8DC3D10048E4a4537
Octal270334752001101611210567
Binary10111000110111001111011000001001000111010010101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DC3D; }

 p { color: rgb(184,220,61); }

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

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

 a { background-color: rgb(184,220,61); }

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

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

 span { border-color: rgb(184,220,61); }

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