Html Css Color HEX #B1CB9B Sprout

📋 copy color: '#B1CB9B'

red 177 ◦ green 203 ◦ blue 155

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

Shades of Sprout #B1CB9B

Tints of Sprout #B1CB9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.97%

R = 33.08%
G = 37.94%
B = 28.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#B1CB9B (or 0xB1CB9B) is known color: Sprout. HEX triplet: B1, CB and 9B. RGB value is (177,203,155). Sum of RGB (Red+Green+Blue) = 177+203+155=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CB9B is #4E3464. Grayscale: #BDBDBD. Windows color (decimal): -5125221 or 10210225. OLE color: 10210225.

HSL color Cylindrical-coordinate representation of color #B1CB9B: hue angle of 92.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1CB9B is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 203 155 -
CMYK 0.13 0 0.24 0.20
HSL 92.5º 0.32% 0.7% -
HSV(B) 92.5º 0.24% 0.8% -
XYZ 45.4 54.43 39.12 -
YUV 189.75 108.39 118.9 -
System Red Green Blue C M Y K H S L
Decimal 177 203 155 0.13 0 0.24 0.20 92.5 0.32 0.7
Hex B1 CB 9B D 0 18 14 5C 20 46
Octal 261 313 233 15 0 30 24 134 40 106
Binary 10110001 11001011 10011011 1101 0 11000 10100 1011100 100000 1000110

Color Harmonies of #B1CB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CB9B

Black with #B1CB9B

Text Example


Text Example

White with #B1CB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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