#B1D14E

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

Shades of Conifer #B1D14E

Tints of Conifer #B1D14E

Color information

#B1D14E (or 0xB1D14E) is unknown color: approx Conifer. HEX triplet: B1, D1 and 4E. RGB value is (177,209,78). Sum of RGB (Red+Green+Blue) = 177+209+78=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D14E is #4E2EB1. Grayscale: #B8B8B8. Windows color (decimal): -5123762 or 5165489. OLE color: 5165489.

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

Color convert

RGB17720978-
CMYK0.1500.630.18
HSL74.66º58.74%56.27%-
HSV(B)74.66º62.68%81.96%-
XYZ42.3155.515.69-
YUV184.567.9122.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 209 (82.03% from 255) = 45.04%
BLUE value IS 78 (30.86% from 255) = 16.81%
R=38.15%
G=45.04%
B=16.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal177209780.1500.630.1874.6658.7456.27
HexB1D14EF03F124b3b38
Octal26132111617077221137370
Binary1011000111010001100111011110111111100101001011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D14E; }

 p { color: rgb(177,209,78); }

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

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

 a { background-color: rgb(177,209,78); }

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

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

 span { border-color: rgb(177,209,78); }

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