#B3F164

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

Shades of Conifer #B3F164

Tints of Conifer #B3F164

Color information

#B3F164 (or 0xB3F164) is unknown color: approx Conifer. HEX triplet: B3, F1 and 64. RGB value is (179,241,100). Sum of RGB (Red+Green+Blue) = 179+241+100=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F164 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F164 is #4C0E9B. Grayscale: #CECECE. Windows color (decimal): -4984476 or 6615475. OLE color: 6615475.

HSL color Cylindrical-coordinate representation of color #B3F164: hue angle of 86.38º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3F164 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB179241100-
CMYK0.2600.590.05
HSL86.38º83.43%66.86%-
HSV(B)86.38º58.51%94.51%-
XYZ52.3573.4123.47-
YUV206.3967.96108.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.42%
GREEN value IS 241 (94.53% from 255) = 46.35%
BLUE value IS 100 (39.45% from 255) = 19.23%
R=34.42%
G=46.35%
B=19.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792411000.2600.590.0586.3883.4366.86
HexB3F1641A03B5565343
Octal263361144320735126123103
Binary10110011111100011100100110100111011101101011010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F164; }

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

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

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

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

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

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

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

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