#B4D856

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

Shades of Conifer #B4D856

Tints of Conifer #B4D856

Color information

#B4D856 (or 0xB4D856) is unknown color: approx Conifer. HEX triplet: B4, D8 and 56. RGB value is (180,216,86). Sum of RGB (Red+Green+Blue) = 180+216+86=482 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.34% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4D856 is #4B27A9. Grayscale: #BEBEBE. Windows color (decimal): -4925354 or 5691572. OLE color: 5691572.

HSL color Cylindrical-coordinate representation of color #B4D856: hue angle of 76.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4D856 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB18021686-
CMYK0.1700.600.15
HSL76.62º62.5%59.22%-
HSV(B)76.62º60.19%84.71%-
XYZ45.0659.4917.91-
YUV190.4269.07120.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.34%
GREEN value IS 216 (84.77% from 255) = 44.81%
BLUE value IS 86 (33.98% from 255) = 17.84%
R=37.34%
G=44.81%
B=17.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal180216860.1700.600.1576.6262.559.22
HexB4D8561103CF4d3e3b
Octal26433012621074171157673
Binary1011010011011000101011010001011110011111001101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4D856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4D856; }

 p { color: rgb(180,216,86); }

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

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

 a { background-color: rgb(180,216,86); }

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

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

 span { border-color: rgb(180,216,86); }

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