#B3E964

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

Shades of Conifer #B3E964

Tints of Conifer #B3E964

Color information

#B3E964 (or 0xB3E964) is unknown color: approx Conifer. HEX triplet: B3, E9 and 64. RGB value is (179,233,100). Sum of RGB (Red+Green+Blue) = 179+233+100=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 100 (39.45% from 255 or 19.53% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #B3E964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3E964 is #4C169B. Grayscale: #CACACA. Windows color (decimal): -4986524 or 6613427. OLE color: 6613427.

HSL color Cylindrical-coordinate representation of color #B3E964: hue angle of 84.36º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3E964 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB179233100-
CMYK0.2300.570.09
HSL84.36º75.14%65.29%-
HSV(B)84.36º57.08%91.37%-
XYZ50.0368.7822.7-
YUV201.6970.61111.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 233 (91.41% from 255) = 45.51%
BLUE value IS 100 (39.45% from 255) = 19.53%
R=34.96%
G=45.51%
B=19.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1792331000.2300.570.0984.3675.1465.29
HexB3E964170399544b41
Octal2633511442707111124113101
Binary101100111110100111001001011101110011001101010010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E964; }

 p { color: rgb(179,233,100); }

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

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

 a { background-color: rgb(179,233,100); }

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

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

 span { border-color: rgb(179,233,100); }

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