#B1D25D

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

Shades of Conifer #B1D25D

Tints of Conifer #B1D25D

Color information

#B1D25D (or 0xB1D25D) is unknown color: approx Conifer. HEX triplet: B1, D2 and 5D. RGB value is (177,210,93). Sum of RGB (Red+Green+Blue) = 177+210+93=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D25D is #4E2DA2. Grayscale: #BBBBBB. Windows color (decimal): -5123491 or 6148785. OLE color: 6148785.

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

Color convert

RGB17721093-
CMYK0.1600.560.18
HSL76.92º56.52%59.41%-
HSV(B)76.92º55.71%82.35%-
XYZ43.1556.2318.94-
YUV186.875.07121.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 210 (82.42% from 255) = 43.75%
BLUE value IS 93 (36.72% from 255) = 19.38%
R=36.88%
G=43.75%
B=19.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal177210930.1600.560.1876.9256.5259.41
HexB1D25D10038124d393b
Octal26132213520070221157173
Binary10110001110100101011101100000111000100101001101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D25D; }

 p { color: rgb(177,210,93); }

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

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

 a { background-color: rgb(177,210,93); }

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

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

 span { border-color: rgb(177,210,93); }

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