#B0DA4F

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

Shades of Conifer #B0DA4F

Tints of Conifer #B0DA4F

Color information

#B0DA4F (or 0xB0DA4F) is unknown color: approx Conifer. HEX triplet: B0, DA and 4F. RGB value is (176,218,79). Sum of RGB (Red+Green+Blue) = 176+218+79=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA4F is #4F25B0. Grayscale: #BEBEBE. Windows color (decimal): -5186993 or 5233328. OLE color: 5233328.

HSL color Cylindrical-coordinate representation of color #B0DA4F: hue angle of 78.13º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0DA4F is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB17621879-
CMYK0.1900.640.15
HSL78.13º65.26%58.24%-
HSV(B)78.13º63.76%85.49%-
XYZ44.3959.9416.63-
YUV189.665.59118.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 218 (85.55% from 255) = 46.09%
BLUE value IS 79 (31.25% from 255) = 16.70%
R=37.21%
G=46.09%
B=16.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal176218790.1900.640.1578.1365.2658.24
HexB0DA4F13040F4e413a
Octal2603321172301001711610172
Binary101100001101101010011111001101000000111110011101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DA4F; }

 p { color: rgb(176,218,79); }

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

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

 a { background-color: rgb(176,218,79); }

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

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

 span { border-color: rgb(176,218,79); }

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