Html Css Color HEX #B1CC9B Sprout

📋 copy color: '#B1CC9B'

red 177 ◦ green 204 ◦ blue 155

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

Shades of Sprout #B1CC9B

Tints of Sprout #B1CC9B

RGB

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

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

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

R = 33.02%
G = 38.06%
B = 28.92%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#B1CC9B (or 0xB1CC9B) is known color: Sprout. HEX triplet: B1, CC and 9B. RGB value is (177,204,155). Sum of RGB (Red+Green+Blue) = 177+204+155=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CC9B is #4E3364. Grayscale: #BEBEBE. Windows color (decimal): -5124965 or 10210481. OLE color: 10210481.

HSL color Cylindrical-coordinate representation of color #B1CC9B: hue angle of 93.06º 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 #B1CC9B is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 204 155 -
CMYK 0.13 0 0.24 0.2
HSL 93.06º 0.32% 0.7% -
HSV(B) 93.06º 0.24% 0.8% -
XYZ 45.64 54.9 39.2 -
YUV 190.34 108.05 118.48 -
System Red Green Blue C M Y K H S L
Decimal 177 204 155 0.13 0 0.24 0.2 93.06 0.32 0.7
Hex B1 CC 9B D 0 18 14 5D 20 46
Octal 261 314 233 15 0 30 24 135 40 106
Binary 10110001 11001100 10011011 1101 0 11000 10100 1011101 100000 1000110

Color Harmonies of #B1CC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CC9B

Black with #B1CC9B

Text Example


Text Example

White with #B1CC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CC9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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