#B3D55E

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

Shades of Conifer #B3D55E

Tints of Conifer #B3D55E

Color information

#B3D55E (or 0xB3D55E) is unknown color: approx Conifer. HEX triplet: B3, D5 and 5E. RGB value is (179,213,94). Sum of RGB (Red+Green+Blue) = 179+213+94=486 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.83% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D55E is #4C2AA1. Grayscale: #BDBDBD. Windows color (decimal): -4991650 or 6215091. OLE color: 6215091.

HSL color Cylindrical-coordinate representation of color #B3D55E: hue angle of 77.14º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3D55E is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB17921394-
CMYK0.1600.560.16
HSL77.14º58.62%60.2%-
HSV(B)77.14º55.87%83.53%-
XYZ44.4157.9819.44-
YUV189.2774.24120.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.83%
GREEN value IS 213 (83.59% from 255) = 43.83%
BLUE value IS 94 (37.11% from 255) = 19.34%
R=36.83%
G=43.83%
B=19.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal179213940.1600.560.1677.1458.6260.2
HexB3D55E10038104d3b3c
Octal26332513620070201157374
Binary10110011110101011011110100000111000100001001101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D55E; }

 p { color: rgb(179,213,94); }

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

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

 a { background-color: rgb(179,213,94); }

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

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

 span { border-color: rgb(179,213,94); }

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