#B1D355

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

Shades of Conifer #B1D355

Tints of Conifer #B1D355

Color information

#B1D355 (or 0xB1D355) is unknown color: approx Conifer. HEX triplet: B1, D3 and 55. RGB value is (177,211,85). Sum of RGB (Red+Green+Blue) = 177+211+85=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D355 is #4E2CAA. Grayscale: #BABABA. Windows color (decimal): -5123243 or 5624753. OLE color: 5624753.

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

Color convert

RGB17721185-
CMYK0.1600.600.17
HSL76.19º58.88%58.04%-
HSV(B)76.19º59.72%82.75%-
XYZ43.0756.5917.25-
YUV186.4770.74121.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 211 (82.81% from 255) = 44.61%
BLUE value IS 85 (33.59% from 255) = 17.97%
R=37.42%
G=44.61%
B=17.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal177211850.1600.600.1776.1958.8858.04
HexB1D3551003C114c3b3a
Octal26132312520074211147372
Binary10110001110100111010101100000111100100011001100111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D355; }

 p { color: rgb(177,211,85); }

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

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

 a { background-color: rgb(177,211,85); }

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

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

 span { border-color: rgb(177,211,85); }

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