#B0F663

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

Shades of Conifer #B0F663

Tints of Conifer #B0F663

Color information

#B0F663 (or 0xB0F663) is unknown color: approx Conifer. HEX triplet: B0, F6 and 63. RGB value is (176,246,99). Sum of RGB (Red+Green+Blue) = 176+246+99=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F663 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F663 is #4F099C. Grayscale: #D0D0D0. Windows color (decimal): -5179805 or 6551216. OLE color: 6551216.

HSL color Cylindrical-coordinate representation of color #B0F663: hue angle of 88.57º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0F663 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB17624699-
CMYK0.2800.600.04
HSL88.57º89.09%67.65%-
HSV(B)88.57º59.76%96.47%-
XYZ53.1176.0423.68-
YUV208.3166.31104.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 246 (96.48% from 255) = 47.22%
BLUE value IS 99 (39.06% from 255) = 19.00%
R=33.78%
G=47.22%
B=19.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176246990.2800.600.0488.5789.0967.65
HexB0F6631C03C4595944
Octal260366143340744131131104
Binary10110000111101101100011111000111100100101100110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F663; }

 p { color: rgb(176,246,99); }

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

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

 a { background-color: rgb(176,246,99); }

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

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

 span { border-color: rgb(176,246,99); }

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