Html Css Color HEX #B1CB97 Sprout

📋 copy color: '#B1CB97'

red 177 ◦ green 203 ◦ blue 151

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

Shades of Sprout #B1CB97

Tints of Sprout #B1CB97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.44%

R = 33.33%
G = 38.23%
B = 28.44%

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

#B1CB97 (or 0xB1CB97) is known color: Sprout. HEX triplet: B1, CB and 97. RGB value is (177,203,151). Sum of RGB (Red+Green+Blue) = 177+203+151=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CB97 is #4E3468. Grayscale: #BDBDBD. Windows color (decimal): -5125225 or 9948081. OLE color: 9948081.

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

Color convert

RGB 177 203 151 -
CMYK 0.13 0 0.26 0.20
HSL 90º 0.33% 0.69% -
HSV(B) 90º 0.26% 0.8% -
XYZ 45.07 54.29 37.38 -
YUV 189.3 106.39 119.23 -
System Red Green Blue C M Y K H S L
Decimal 177 203 151 0.13 0 0.26 0.20 90 0.33 0.69
Hex B1 CB 97 D 0 1A 14 5A 21 45
Octal 261 313 227 15 0 32 24 132 41 105
Binary 10110001 11001011 10010111 1101 0 11010 10100 1011010 100001 1000101

Color Harmonies of #B1CB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CB97

Black with #B1CB97

Text Example


Text Example

White with #B1CB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CB97; }

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

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

background-color css

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

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

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

border-color css

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

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

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