#B0F667

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

Shades of Conifer #B0F667

Tints of Conifer #B0F667

Color information

#B0F667 (or 0xB0F667) is unknown color: approx Conifer. HEX triplet: B0, F6 and 67. RGB value is (176,246,103). Sum of RGB (Red+Green+Blue) = 176+246+103=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F667 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F667 is #4F0998. Grayscale: #D1D1D1. Windows color (decimal): -5179801 or 6813360. OLE color: 6813360.

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

Color convert

RGB176246103-
CMYK0.2800.580.04
HSL89.37º88.82%68.43%-
HSV(B)89.37º58.13%96.47%-
XYZ53.3176.1224.72-
YUV208.7768.31104.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 246 (96.48% from 255) = 46.86%
BLUE value IS 103 (40.62% from 255) = 19.62%
R=33.52%
G=46.86%
B=19.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762461030.2800.580.0489.3788.8268.43
HexB0F6671C03A4595944
Octal260366147340724131131104
Binary10110000111101101100111111000111010100101100110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F667; }

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

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

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

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

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

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

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

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