#B1D755

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

Shades of Conifer #B1D755

Tints of Conifer #B1D755

Color information

#B1D755 (or 0xB1D755) is unknown color: approx Conifer. HEX triplet: B1, D7 and 55. RGB value is (177,215,85). Sum of RGB (Red+Green+Blue) = 177+215+85=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D755 is #4E28AA. Grayscale: #BDBDBD. Windows color (decimal): -5122219 or 5625777. OLE color: 5625777.

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

Color convert

RGB17721585-
CMYK0.1800.600.16
HSL77.54º61.9%58.82%-
HSV(B)77.54º60.47%84.31%-
XYZ44.0758.617.58-
YUV188.8269.41119.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.11%
GREEN value IS 215 (84.38% from 255) = 45.07%
BLUE value IS 85 (33.59% from 255) = 17.82%
R=37.11%
G=45.07%
B=17.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177215850.1800.600.1677.5461.958.82
HexB1D7551203C104e3e3b
Octal26132712522074201167673
Binary10110001110101111010101100100111100100001001110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D755; }

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

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

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

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

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

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

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

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