#B6E755

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

Shades of Conifer #B6E755

Tints of Conifer #B6E755

Color information

#B6E755 (or 0xB6E755) is unknown color: approx Conifer. HEX triplet: B6, E7 and 55. RGB value is (182,231,85). Sum of RGB (Red+Green+Blue) = 182+231+85=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #B6E755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6E755 is #4918AA. Grayscale: #C8C8C8. Windows color (decimal): -4790443 or 5629878. OLE color: 5629878.

HSL color Cylindrical-coordinate representation of color #B6E755: hue angle of 80.14º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6E755 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.

Color convert

RGB18223185-
CMYK0.2100.630.09
HSL80.14º75.26%61.96%-
HSV(B)80.14º63.2%90.59%-
XYZ49.5167.7519.06-
YUV199.763.27115.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 231 (90.62% from 255) = 46.39%
BLUE value IS 85 (33.59% from 255) = 17.07%
R=36.55%
G=46.39%
B=17.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal182231850.2100.630.0980.1475.2661.96
HexB6E7551503F9504b3e
Octal266347125250771112011376
Binary10110110111001111010101101010111111100110100001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E755; }

 p { color: rgb(182,231,85); }

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

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

 a { background-color: rgb(182,231,85); }

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

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

 span { border-color: rgb(182,231,85); }

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