#B9F359

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

Shades of Conifer #B9F359

Tints of Conifer #B9F359

Color information

#B9F359 (or 0xB9F359) is unknown color: approx Conifer. HEX triplet: B9, F3 and 59. RGB value is (185,243,89). Sum of RGB (Red+Green+Blue) = 185+243+89=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 89 (35.16% from 255 or 17.21% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F359 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F359 is #460CA6. Grayscale: #D0D0D0. Windows color (decimal): -4590759 or 5895097. OLE color: 5895097.

HSL color Cylindrical-coordinate representation of color #B9F359: hue angle of 82.6º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9F359 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB18524389-
CMYK0.2400.630.05
HSL82.6º86.52%65.1%-
HSV(B)82.6º63.37%95.29%-
XYZ53.8675.1421.12-
YUV208.160.78111.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 243 (95.31% from 255) = 47.00%
BLUE value IS 89 (35.16% from 255) = 17.21%
R=35.78%
G=47.00%
B=17.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal185243890.2400.630.0582.686.5265.1
HexB9F3591803F5535741
Octal271363131300775123127101
Binary10111001111100111011001110000111111101101001110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F359; }

 p { color: rgb(185,243,89); }

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

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

 a { background-color: rgb(185,243,89); }

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

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

 span { border-color: rgb(185,243,89); }

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