#B9FF5C

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

Shades of Conifer #B9FF5C

Tints of Conifer #B9FF5C

Color information

#B9FF5C (or 0xB9FF5C) is unknown color: approx Conifer. HEX triplet: B9, FF and 5C. RGB value is (185,255,92). Sum of RGB (Red+Green+Blue) = 185+255+92=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FF5C is #4600A3. Grayscale: #D8D8D8. Windows color (decimal): -4587684 or 6094777. OLE color: 6094777.

HSL color Cylindrical-coordinate representation of color #B9FF5C: hue angle of 85.77º 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 #B9FF5C is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB18525592-
CMYK0.2700.640
HSL85.77º100%68.04%-
HSV(B)85.77º63.92%100%-
XYZ57.782.6123.03-
YUV215.4958.31106.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 255 (100% from 255) = 47.93%
BLUE value IS 92 (36.33% from 255) = 17.29%
R=34.77%
G=47.93%
B=17.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal185255920.2700.64085.7710068.04
HexB9FF5C1B0400566444
Octal2713771343301000126144104
Binary1011100111111111101110011011010000000101011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FF5C; }

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

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

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

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

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

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

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

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