Html Css Color HEX #B1CB96 Sprout

📋 copy color: '#B1CB96'

red 177 ◦ green 203 ◦ blue 150

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

Shades of Sprout #B1CB96

Tints of Sprout #B1CB96

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.3%

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

R = 33.4%
G = 38.3%
B = 28.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#B1CB96 (or 0xB1CB96) is known color: Sprout. HEX triplet: B1, CB and 96. RGB value is (177,203,150). Sum of RGB (Red+Green+Blue) = 177+203+150=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CB96 is #4E3469. Grayscale: #BDBDBD. Windows color (decimal): -5125226 or 9882545. OLE color: 9882545.

HSL color Cylindrical-coordinate representation of color #B1CB96: hue angle of 89.43º degrees, saturation: 0.34, 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 #B1CB96 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 203 150 -
CMYK 0.13 0 0.26 0.20
HSL 89.43º 0.34% 0.69% -
HSV(B) 89.43º 0.26% 0.8% -
XYZ 44.99 54.26 36.96 -
YUV 189.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 177 203 150 0.13 0 0.26 0.20 89.43 0.34 0.69
Hex B1 CB 96 D 0 1A 14 59 22 45
Octal 261 313 226 15 0 32 24 131 42 105
Binary 10110001 11001011 10010110 1101 0 11010 10100 1011001 100010 1000101

Color Harmonies of #B1CB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CB96

Black with #B1CB96

Text Example


Text Example

White with #B1CB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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