#B0F168

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

Shades of Conifer #B0F168

Tints of Conifer #B0F168

Color information

#B0F168 (or 0xB0F168) is unknown color: approx Conifer. HEX triplet: B0, F1 and 68. RGB value is (176,241,104). Sum of RGB (Red+Green+Blue) = 176+241+104=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 104 (41.02% from 255 or 19.96% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F168 is #4F0E97. Grayscale: #CECECE. Windows color (decimal): -5181080 or 6877616. OLE color: 6877616.

HSL color Cylindrical-coordinate representation of color #B0F168: hue angle of 88.47º 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 #B0F168 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB176241104-
CMYK0.2700.570.05
HSL88.47º83.03%67.65%-
HSV(B)88.47º56.85%94.51%-
XYZ51.8673.1424.48-
YUV205.9570.47106.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 241 (94.53% from 255) = 46.26%
BLUE value IS 104 (41.02% from 255) = 19.96%
R=33.78%
G=46.26%
B=19.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762411040.2700.570.0588.4783.0367.65
HexB0F1681B0395585344
Octal260361150330715130123104
Binary10110000111100011101000110110111001101101100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F168; }

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

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

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

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

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

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

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

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