#B1DC45

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

Shades of Conifer #B1DC45

Tints of Conifer #B1DC45

Color information

#B1DC45 (or 0xB1DC45) is unknown color: approx Conifer. HEX triplet: B1, DC and 45. RGB value is (177,220,69). Sum of RGB (Red+Green+Blue) = 177+220+69=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DC45 is #4E23BA. Grayscale: #BEBEBE. Windows color (decimal): -5120955 or 4578481. OLE color: 4578481.

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

Color convert

RGB17722069-
CMYK0.2000.690.14
HSL77.09º68.33%56.67%-
HSV(B)77.09º68.64%86.27%-
XYZ44.860.9615.04-
YUV189.9359.75118.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 220 (86.33% from 255) = 47.21%
BLUE value IS 69 (27.34% from 255) = 14.81%
R=37.98%
G=47.21%
B=14.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177220690.2000.690.1477.0968.3356.67
HexB1DC4514045E4d4439
Octal2613341052401051611510471
Binary101100011101110010001011010001000101111010011011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DC45; }

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

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

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

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

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

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

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

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