#B1DC6A

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

Shades of Conifer #B1DC6A

Tints of Conifer #B1DC6A

Color information

#B1DC6A (or 0xB1DC6A) is unknown color: approx Conifer. HEX triplet: B1, DC and 6A. RGB value is (177,220,106). Sum of RGB (Red+Green+Blue) = 177+220+106=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DC6A is #4E2395. Grayscale: #C2C2C2. Windows color (decimal): -5120918 or 7003313. OLE color: 7003313.

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

Color convert

RGB177220106-
CMYK0.2000.520.14
HSL82.63º61.96%63.92%-
HSV(B)82.63º51.82%86.27%-
XYZ46.3361.5723.08-
YUV194.1578.25115.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 106 (41.80% from 255) = 21.07%
R=35.19%
G=43.74%
B=21.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1772201060.2000.520.1482.6361.9663.92
HexB1DC6A14034E533e40
Octal261334152240641612376100
Binary10110001110111001101010101000110100111010100111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DC6A; }

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

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

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

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

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

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

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

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