#B3D256

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

Shades of Conifer #B3D256

Tints of Conifer #B3D256

Color information

#B3D256 (or 0xB3D256) is unknown color: approx Conifer. HEX triplet: B3, D2 and 56. RGB value is (179,210,86). Sum of RGB (Red+Green+Blue) = 179+210+86=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D256 is #4C2DA9. Grayscale: #BBBBBB. Windows color (decimal): -4992426 or 5690035. OLE color: 5690035.

HSL color Cylindrical-coordinate representation of color #B3D256: hue angle of 75º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3D256 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB17921086-
CMYK0.1500.590.18
HSL75º57.94%58.04%-
HSV(B)75º59.05%82.35%-
XYZ43.3256.3517.4-
YUV186.671.23122.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 210 (82.42% from 255) = 44.21%
BLUE value IS 86 (33.98% from 255) = 18.11%
R=37.68%
G=44.21%
B=18.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal179210860.1500.590.187557.9458.04
HexB3D256F03B124b3a3a
Octal26332212617073221137272
Binary1011001111010010101011011110111011100101001011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D256; }

 p { color: rgb(179,210,86); }

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

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

 a { background-color: rgb(179,210,86); }

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

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

 span { border-color: rgb(179,210,86); }

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