Html Css Color HEX #B1D356 Conifer

📋 copy color: '#B1D356'

red 177 ◦ green 211 ◦ blue 86

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

Shades of Conifer #B1D356

Tints of Conifer #B1D356

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.51%

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

R = 37.34%
G = 44.51%
B = 18.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#B1D356 (or 0xB1D356) is known color: Conifer. HEX triplet: B1, D3 and 56. RGB value is (177,211,86). Sum of RGB (Red+Green+Blue) = 177+211+86=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #B1D356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D356 is #4E2CA9. Grayscale: #BBBBBB. Windows color (decimal): -5123242 or 5690289. OLE color: 5690289.

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

Color convert

RGB 177 211 86 -
CMYK 0.16 0 0.59 0.17
HSL 76.32º 0.59% 0.58% -
HSV(B) 76.32º 0.59% 0.83% -
XYZ 43.11 56.61 17.46 -
YUV 186.58 71.24 121.16 -
System Red Green Blue C M Y K H S L
Decimal 177 211 86 0.16 0 0.59 0.17 76.32 0.59 0.58
Hex B1 D3 56 10 0 3B 11 4C 3B 3A
Octal 261 323 126 20 0 73 21 114 73 72
Binary 10110001 11010011 1010110 10000 0 111011 10001 1001100 111011 111010

Color Harmonies of #B1D356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D356

Black with #B1D356

Text Example


Text Example

White with #B1D356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D356; }

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

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

background-color css

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

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

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

border-color css

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

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

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