Html Css Color HEX #B1D160 Conifer

📋 copy color: '#B1D160'

red 177 ◦ green 209 ◦ blue 96

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

Shades of Conifer #B1D160

Tints of Conifer #B1D160

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.36%

 BLUE value IS 96 (37.89% from 255) = 19.92%

R = 36.72%
G = 43.36%
B = 19.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#B1D160 (or 0xB1D160) is known color: Conifer. HEX triplet: B1, D1 and 60. RGB value is (177,209,96). Sum of RGB (Red+Green+Blue) = 177+209+96=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D160 is #4E2E9F. Grayscale: #BABABA. Windows color (decimal): -5123744 or 6345137. OLE color: 6345137.

HSL color Cylindrical-coordinate representation of color #B1D160: hue angle of 76.99º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B1D160 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 209 96 -
CMYK 0.15 0 0.54 0.18
HSL 76.99º 0.55% 0.6% -
HSV(B) 76.99º 0.54% 0.82% -
XYZ 43.04 55.79 19.57 -
YUV 186.55 76.9 121.19 -
System Red Green Blue C M Y K H S L
Decimal 177 209 96 0.15 0 0.54 0.18 76.99 0.55 0.6
Hex B1 D1 60 F 0 36 12 4D 37 3C
Octal 261 321 140 17 0 66 22 115 67 74
Binary 10110001 11010001 1100000 1111 0 110110 10010 1001101 110111 111100

Color Harmonies of #B1D160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D160

Black with #B1D160

Text Example


Text Example

White with #B1D160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D160; }

 p { color: rgb(177,209,96); }

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

background-color css

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

 a { background-color: rgb(177,209,96); }

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

border-color css

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

 span { border-color: rgb(177,209,96); }

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