#B1DC48

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

Shades of Conifer #B1DC48

Tints of Conifer #B1DC48

Color information

#B1DC48 (or 0xB1DC48) is unknown color: approx Conifer. HEX triplet: B1, DC and 48. RGB value is (177,220,72). Sum of RGB (Red+Green+Blue) = 177+220+72=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 72 (28.52% from 255 or 15.35% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DC48 is #4E23B7. Grayscale: #BEBEBE. Windows color (decimal): -5120952 or 4775089. OLE color: 4775089.

HSL color Cylindrical-coordinate representation of color #B1DC48: hue angle of 77.43º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1DC48 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB17722072-
CMYK0.2000.670.14
HSL77.43º67.89%57.25%-
HSV(B)77.43º67.27%86.27%-
XYZ44.896115.54-
YUV190.2761.25118.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 220 (86.33% from 255) = 46.91%
BLUE value IS 72 (28.52% from 255) = 15.35%
R=37.74%
G=46.91%
B=15.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177220720.2000.670.1477.4367.8957.25
HexB1DC4814043E4d4439
Octal2613341102401031611510471
Binary101100011101110010010001010001000011111010011011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DC48; }

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

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

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

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

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

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

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

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