#B1D444

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

Shades of Conifer #B1D444

Tints of Conifer #B1D444

Color information

#B1D444 (or 0xB1D444) is unknown color: approx Conifer. HEX triplet: B1, D4 and 44. RGB value is (177,212,68). Sum of RGB (Red+Green+Blue) = 177+212+68=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D444 is #4E2BBB. Grayscale: #B9B9B9. Windows color (decimal): -5123004 or 4510897. OLE color: 4510897.

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

Color convert

RGB17721268-
CMYK0.1700.680.17
HSL74.58º62.61%54.9%-
HSV(B)74.58º67.92%83.14%-
XYZ42.7256.8514.19-
YUV185.1261.9122.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.73%
GREEN value IS 212 (83.20% from 255) = 46.39%
BLUE value IS 68 (26.95% from 255) = 14.88%
R=38.73%
G=46.39%
B=14.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal177212680.1700.680.1774.5862.6154.9
HexB1D44411044114b3f37
Octal261324104210104211137767
Binary101100011101010010001001000101000100100011001011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D444; }

 p { color: rgb(177,212,68); }

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

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

 a { background-color: rgb(177,212,68); }

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

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

 span { border-color: rgb(177,212,68); }

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