#B1D346

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

Shades of Conifer #B1D346

Tints of Conifer #B1D346

Color information

#B1D346 (or 0xB1D346) is unknown color: approx Conifer. HEX triplet: B1, D3 and 46. RGB value is (177,211,70). Sum of RGB (Red+Green+Blue) = 177+211+70=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D346 is #4E2CB9. Grayscale: #B9B9B9. Windows color (decimal): -5123258 or 4641713. OLE color: 4641713.

HSL color Cylindrical-coordinate representation of color #B1D346: hue angle of 74.47º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1D346 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB17721170-
CMYK0.1600.670.17
HSL74.47º61.57%55.1%-
HSV(B)74.47º66.82%82.75%-
XYZ42.5356.3814.43-
YUV184.7663.24122.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.65%
GREEN value IS 211 (82.81% from 255) = 46.07%
BLUE value IS 70 (27.73% from 255) = 15.28%
R=38.65%
G=46.07%
B=15.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal177211700.1600.670.1774.4761.5755.1
HexB1D34610043114a3e37
Octal261323106200103211127667
Binary101100011101001110001101000001000011100011001010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D346; }

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

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

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

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

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

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

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

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