#B2F168

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

Shades of Conifer #B2F168

Tints of Conifer #B2F168

Color information

#B2F168 (or 0xB2F168) is unknown color: approx Conifer. HEX triplet: B2, F1 and 68. RGB value is (178,241,104). Sum of RGB (Red+Green+Blue) = 178+241+104=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F168 is #4D0E97. Grayscale: #CFCFCF. Windows color (decimal): -5050008 or 6877618. OLE color: 6877618.

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

Color convert

RGB178241104-
CMYK0.2600.570.05
HSL87.59º83.03%67.65%-
HSV(B)87.59º56.85%94.51%-
XYZ52.3173.3824.5-
YUV206.5470.13107.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 241 (94.53% from 255) = 46.08%
BLUE value IS 104 (41.02% from 255) = 19.89%
R=34.03%
G=46.08%
B=19.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782411040.2600.570.0587.5983.0367.65
HexB2F1681A0395585344
Octal262361150320715130123104
Binary10110010111100011101000110100111001101101100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F168; }

 p { color: rgb(178,241,104); }

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

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

 a { background-color: rgb(178,241,104); }

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

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

 span { border-color: rgb(178,241,104); }

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