#B1D756

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

Shades of Conifer #B1D756

Tints of Conifer #B1D756

Color information

#B1D756 (or 0xB1D756) is unknown color: approx Conifer. HEX triplet: B1, D7 and 56. RGB value is (177,215,86). Sum of RGB (Red+Green+Blue) = 177+215+86=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D756 is #4E28A9. Grayscale: #BDBDBD. Windows color (decimal): -5122218 or 5691313. OLE color: 5691313.

HSL color Cylindrical-coordinate representation of color #B1D756: hue angle of 77.67º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1D756 is Cyan = 0.18, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.

Color convert

RGB17721586-
CMYK0.1800.60.16
HSL77.67º61.72%59.02%-
HSV(B)77.67º60%84.31%-
XYZ44.1158.6217.79-
YUV188.9369.91119.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 215 (84.38% from 255) = 44.98%
BLUE value IS 86 (33.98% from 255) = 17.99%
R=37.03%
G=44.98%
B=17.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177215860.1800.60.1677.6761.7259.02
HexB1D7561203C104e3e3b
Octal26132712622074201167673
Binary10110001110101111010110100100111100100001001110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D756; }

 p { color: rgb(177,215,86); }

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

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

 a { background-color: rgb(177,215,86); }

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

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

 span { border-color: rgb(177,215,86); }

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