Html Css Color HEX #B1CC96 Sprout

📋 copy color: '#B1CC96'

red 177 ◦ green 204 ◦ blue 150

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

Shades of Sprout #B1CC96

Tints of Sprout #B1CC96

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.42%

 BLUE value IS 150 (58.98% from 255) = 28.25%

R = 33.33%
G = 38.42%
B = 28.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#B1CC96 (or 0xB1CC96) is known color: Sprout. HEX triplet: B1, CC and 96. RGB value is (177,204,150). Sum of RGB (Red+Green+Blue) = 177+204+150=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CC96 is #4E3369. Grayscale: #BDBDBD. Windows color (decimal): -5124970 or 9882801. OLE color: 9882801.

HSL color Cylindrical-coordinate representation of color #B1CC96: hue angle of 90º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1CC96 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 204 150 -
CMYK 0.13 0 0.26 0.2
HSL 90º 0.35% 0.69% -
HSV(B) 90º 0.26% 0.8% -
XYZ 45.23 54.73 37.04 -
YUV 189.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 177 204 150 0.13 0 0.26 0.2 90 0.35 0.69
Hex B1 CC 96 D 0 1A 14 5A 23 45
Octal 261 314 226 15 0 32 24 132 43 105
Binary 10110001 11001100 10010110 1101 0 11010 10100 1011010 100011 1000101

Color Harmonies of #B1CC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CC96

Black with #B1CC96

Text Example


Text Example

White with #B1CC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CC96; }

 p { color: rgb(177,204,150); }

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

background-color css

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

 a { background-color: rgb(177,204,150); }

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

border-color css

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

 span { border-color: rgb(177,204,150); }

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