#B6F95B

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

Shades of Conifer #B6F95B

Tints of Conifer #B6F95B

Color information

#B6F95B (or 0xB6F95B) is unknown color: approx Conifer. HEX triplet: B6, F9 and 5B. RGB value is (182,249,91). Sum of RGB (Red+Green+Blue) = 182+249+91=522 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.87% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 91 (35.94% from 255 or 17.43% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F95B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F95B is #4906A4. Grayscale: #D3D3D3. Windows color (decimal): -4785829 or 6027702. OLE color: 6027702.

HSL color Cylindrical-coordinate representation of color #B6F95B: hue angle of 85.44º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6F95B is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB18224991-
CMYK0.2700.630.02
HSL85.44º92.94%66.67%-
HSV(B)85.44º63.45%97.65%-
XYZ55.0678.4522.14-
YUV210.9660.3107.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.87%
GREEN value IS 249 (97.66% from 255) = 47.70%
BLUE value IS 91 (35.94% from 255) = 17.43%
R=34.87%
G=47.70%
B=17.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182249910.2700.630.0285.4492.9466.67
HexB6F95B1B03F2555d43
Octal266371133330772125135103
Binary1011011011111001101101111011011111110101010110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F95B; }

 p { color: rgb(182,249,91); }

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

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

 a { background-color: rgb(182,249,91); }

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

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

 span { border-color: rgb(182,249,91); }

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