Html Css Color HEX #B1D256 Conifer

📋 copy color: '#B1D256'

red 177 ◦ green 210 ◦ blue 86

#B1D256
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B1D256

Tints of Conifer #B1D256

RGB

 RED value IS 177 (69.53% from 255) = 37.42%

 GREEN value IS 210 (82.42% from 255) = 44.4%

 BLUE value IS 86 (33.98% from 255) = 18.18%

R = 37.42%
G = 44.4%
B = 18.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#B1D256 (or 0xB1D256) is known color: Conifer. HEX triplet: B1, D2 and 56. RGB value is (177,210,86). Sum of RGB (Red+Green+Blue) = 177+210+86=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 86 (33.98% from 255 or 18.18% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D256 is #4E2DA9. Grayscale: #BABABA. Windows color (decimal): -5123498 or 5690033. OLE color: 5690033.

HSL color Cylindrical-coordinate representation of color #B1D256: hue angle of 75.97º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1D256 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 210 86 -
CMYK 0.16 0 0.59 0.18
HSL 75.97º 0.58% 0.58% -
HSV(B) 75.97º 0.59% 0.82% -
XYZ 42.86 56.11 17.38 -
YUV 186 71.57 121.58 -
System Red Green Blue C M Y K H S L
Decimal 177 210 86 0.16 0 0.59 0.18 75.97 0.58 0.58
Hex B1 D2 56 10 0 3B 12 4C 3A 3A
Octal 261 322 126 20 0 73 22 114 72 72
Binary 10110001 11010010 1010110 10000 0 111011 10010 1001100 111010 111010

Color Harmonies of #B1D256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D256

Black with #B1D256

Text Example


Text Example

White with #B1D256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D256; }

 p { color: rgb(177,210,86); }

 H1.HeaderClassName
 {
   color: #B1D256;
 }
 .AnyTagClassName
 {
   color: #B1D256;
 }
</style>

background-color css

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

 a { background-color: rgb(177,210,86); }

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

border-color css

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

 span { border-color: rgb(177,210,86); }

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