#B1D548

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

Shades of Conifer #B1D548

Tints of Conifer #B1D548

Color information

#B1D548 (or 0xB1D548) is unknown color: approx Conifer. HEX triplet: B1, D5 and 48. RGB value is (177,213,72). Sum of RGB (Red+Green+Blue) = 177+213+72=462 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.31% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D548 is #4E2AB7. Grayscale: #BABABA. Windows color (decimal): -5122744 or 4773297. OLE color: 4773297.

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

Color convert

RGB17721372-
CMYK0.1700.660.16
HSL75.32º62.67%55.88%-
HSV(B)75.32º66.2%83.53%-
XYZ43.157.414.94-
YUV186.1663.57121.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.31%
GREEN value IS 213 (83.59% from 255) = 46.10%
BLUE value IS 72 (28.52% from 255) = 15.58%
R=38.31%
G=46.10%
B=15.58%

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
Decimal177213720.1700.660.1675.3262.6755.88
HexB1D54811042104b3f38
Octal261325110210102201137770
Binary101100011101010110010001000101000010100001001011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D548; }

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

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

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

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

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

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

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

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