#B9FF5B

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

Shades of Conifer #B9FF5B

Tints of Conifer #B9FF5B

Color information

#B9FF5B (or 0xB9FF5B) is unknown color: approx Conifer. HEX triplet: B9, FF and 5B. RGB value is (185,255,91). Sum of RGB (Red+Green+Blue) = 185+255+91=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 91 (35.94% from 255 or 17.14% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FF5B is #4600A4. Grayscale: #D7D7D7. Windows color (decimal): -4587685 or 6029241. OLE color: 6029241.

HSL color Cylindrical-coordinate representation of color #B9FF5B: hue angle of 85.61º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9FF5B is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB18525591-
CMYK0.2700.640
HSL85.61º100%67.84%-
HSV(B)85.61º64.31%100%-
XYZ57.6682.5922.8-
YUV215.3757.81106.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 255 (100% from 255) = 48.02%
BLUE value IS 91 (35.94% from 255) = 17.14%
R=34.84%
G=48.02%
B=17.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal185255910.2700.64085.6110067.84
HexB9FF5B1B0400566444
Octal2713771333301000126144104
Binary1011100111111111101101111011010000000101011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FF5B; }

 p { color: rgb(185,255,91); }

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

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

 a { background-color: rgb(185,255,91); }

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

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

 span { border-color: rgb(185,255,91); }

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