#B1D25A

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

Shades of Conifer #B1D25A

Tints of Conifer #B1D25A

Color information

#B1D25A (or 0xB1D25A) is unknown color: approx Conifer. HEX triplet: B1, D2 and 5A. RGB value is (177,210,90). Sum of RGB (Red+Green+Blue) = 177+210+90=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D25A is #4E2DA5. Grayscale: #BABABA. Windows color (decimal): -5123494 or 5952177. OLE color: 5952177.

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

Color convert

RGB17721090-
CMYK0.1600.570.18
HSL76.5º57.14%58.82%-
HSV(B)76.5º57.14%82.35%-
XYZ43.0256.1818.25-
YUV186.4573.57121.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 210 (82.42% from 255) = 44.03%
BLUE value IS 90 (35.55% from 255) = 18.87%
R=37.11%
G=44.03%
B=18.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal177210900.1600.570.1876.557.1458.82
HexB1D25A10039124c393b
Octal26132213220071221147173
Binary10110001110100101011010100000111001100101001100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D25A; }

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

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

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

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

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

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

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

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