#B9E141

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

Shades of Conifer #B9E141

Tints of Conifer #B9E141

Color information

#B9E141 (or 0xB9E141) is unknown color: approx Conifer. HEX triplet: B9, E1 and 41. RGB value is (185,225,65). Sum of RGB (Red+Green+Blue) = 185+225+65=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 65 (25.78% from 255 or 13.68% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E141 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E141 is #461EBE. Grayscale: #C3C3C3. Windows color (decimal): -4595391 or 4317625. OLE color: 4317625.

HSL color Cylindrical-coordinate representation of color #B9E141: hue angle of 75º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9E141 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB18522565-
CMYK0.1800.710.12
HSL75º72.73%56.86%-
HSV(B)75º71.11%88.24%-
XYZ47.8964.5514.94-
YUV194.854.75121.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 225 (88.28% from 255) = 47.37%
BLUE value IS 65 (25.78% from 255) = 13.68%
R=38.95%
G=47.37%
B=13.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal185225650.1800.710.127572.7356.86
HexB9E14112047C4b4939
Octal2713411012201071411311171
Binary101110011110000110000011001001000111110010010111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E141; }

 p { color: rgb(185,225,65); }

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

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

 a { background-color: rgb(185,225,65); }

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

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

 span { border-color: rgb(185,225,65); }

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