#B9F35D

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

Shades of Conifer #B9F35D

Tints of Conifer #B9F35D

Color information

#B9F35D (or 0xB9F35D) is unknown color: approx Conifer. HEX triplet: B9, F3 and 5D. RGB value is (185,243,93). Sum of RGB (Red+Green+Blue) = 185+243+93=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F35D is #460CA2. Grayscale: #D1D1D1. Windows color (decimal): -4590755 or 6157241. OLE color: 6157241.

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

Color convert

RGB18524393-
CMYK0.2400.620.05
HSL83.2º86.21%65.88%-
HSV(B)83.2º61.73%95.29%-
XYZ54.0375.2122.02-
YUV208.5662.78111.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.51%
GREEN value IS 243 (95.31% from 255) = 46.64%
BLUE value IS 93 (36.72% from 255) = 17.85%
R=35.51%
G=46.64%
B=17.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal185243930.2400.620.0583.286.2165.88
HexB9F35D1803E5535642
Octal271363135300765123126102
Binary10111001111100111011101110000111110101101001110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F35D; }

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

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

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

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

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

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

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

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