#B1D750

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

Shades of Conifer #B1D750

Tints of Conifer #B1D750

Color information

#B1D750 (or 0xB1D750) is unknown color: approx Conifer. HEX triplet: B1, D7 and 50. RGB value is (177,215,80). Sum of RGB (Red+Green+Blue) = 177+215+80=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D750 is #4E28AF. Grayscale: #BCBCBC. Windows color (decimal): -5122224 or 5298097. OLE color: 5298097.

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

Color convert

RGB17721580-
CMYK0.1800.630.16
HSL76.89º62.79%57.84%-
HSV(B)76.89º62.79%84.31%-
XYZ43.8858.5316.57-
YUV188.2566.91119.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.5%
GREEN value IS 215 (84.38% from 255) = 45.55%
BLUE value IS 80 (31.64% from 255) = 16.95%
R=37.5%
G=45.55%
B=16.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177215800.1800.630.1676.8962.7957.84
HexB1D7501203F104d3f3a
Octal26132712022077201157772
Binary10110001110101111010000100100111111100001001101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D750; }

 p { color: rgb(177,215,80); }

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

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

 a { background-color: rgb(177,215,80); }

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

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

 span { border-color: rgb(177,215,80); }

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