#B0D548

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

Shades of Conifer #B0D548

Tints of Conifer #B0D548

Color information

#B0D548 (or 0xB0D548) is unknown color: approx Conifer. HEX triplet: B0, D5 and 48. RGB value is (176,213,72). Sum of RGB (Red+Green+Blue) = 176+213+72=461 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.18% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D548 is #4F2AB7. Grayscale: #BABABA. Windows color (decimal): -5188280 or 4773296. OLE color: 4773296.

HSL color Cylindrical-coordinate representation of color #B0D548: hue angle of 75.74º degrees, saturation: 0.63, 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 #B0D548 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB17621372-
CMYK0.1700.660.16
HSL75.74º62.67%55.88%-
HSV(B)75.74º66.2%83.53%-
XYZ42.8757.2914.93-
YUV185.8663.74120.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.18%
GREEN value IS 213 (83.59% from 255) = 46.20%
BLUE value IS 72 (28.52% from 255) = 15.62%
R=38.18%
G=46.20%
B=15.62%

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
Decimal176213720.1700.660.1675.7462.6755.88
HexB0D54811042104c3f38
Octal260325110210102201147770
Binary101100001101010110010001000101000010100001001100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D548; }

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

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

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

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

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

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

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

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