#B0D549

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

Shades of Conifer #B0D549

Tints of Conifer #B0D549

Color information

#B0D549 (or 0xB0D549) is unknown color: approx Conifer. HEX triplet: B0, D5 and 49. RGB value is (176,213,73). Sum of RGB (Red+Green+Blue) = 176+213+73=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D549 is #4F2AB6. Grayscale: #BABABA. Windows color (decimal): -5188279 or 4838832. OLE color: 4838832.

HSL color Cylindrical-coordinate representation of color #B0D549: hue angle of 75.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0D549 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB17621373-
CMYK0.1700.660.16
HSL75.86º62.5%56.08%-
HSV(B)75.86º65.73%83.53%-
XYZ42.957.315.1-
YUV185.9864.24120.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 213 (83.59% from 255) = 46.10%
BLUE value IS 73 (28.91% from 255) = 15.80%
R=38.10%
G=46.10%
B=15.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176213730.1700.660.1675.8662.556.08
HexB0D54911042104c3e38
Octal260325111210102201147670
Binary101100001101010110010011000101000010100001001100111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D549; }

 p { color: rgb(176,213,73); }

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

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

 a { background-color: rgb(176,213,73); }

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

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

 span { border-color: rgb(176,213,73); }

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