#B5D854

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

Shades of Conifer #B5D854

Tints of Conifer #B5D854

Color information

#B5D854 (or 0xB5D854) is unknown color: approx Conifer. HEX triplet: B5, D8 and 54. RGB value is (181,216,84). Sum of RGB (Red+Green+Blue) = 181+216+84=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D854 is #4A27AB. Grayscale: #BEBEBE. Windows color (decimal): -4859820 or 5560501. OLE color: 5560501.

HSL color Cylindrical-coordinate representation of color #B5D854: hue angle of 75.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5D854 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB18121684-
CMYK0.1600.610.15
HSL75.91º62.86%58.82%-
HSV(B)75.91º61.11%84.71%-
XYZ45.2159.5817.5-
YUV190.4967.9121.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 216 (84.77% from 255) = 44.91%
BLUE value IS 84 (33.20% from 255) = 17.46%
R=37.63%
G=44.91%
B=17.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181216840.1600.610.1575.9162.8658.82
HexB5D8541003DF4c3f3b
Octal26533012420075171147773
Binary1011010111011000101010010000011110111111001100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D854; }

 p { color: rgb(181,216,84); }

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

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

 a { background-color: rgb(181,216,84); }

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

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

 span { border-color: rgb(181,216,84); }

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