Html Css Color HEX #B1CD9C Sprout

📋 copy color: '#B1CD9C'

red 177 ◦ green 205 ◦ blue 156

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

Shades of Sprout #B1CD9C

Tints of Sprout #B1CD9C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.1%

 BLUE value IS 156 (61.33% from 255) = 29%

R = 32.9%
G = 38.1%
B = 29%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#B1CD9C (or 0xB1CD9C) is known color: Sprout. HEX triplet: B1, CD and 9C. RGB value is (177,205,156). Sum of RGB (Red+Green+Blue) = 177+205+156=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CD9C is #4E3263. Grayscale: #BFBFBF. Windows color (decimal): -5124708 or 10276273. OLE color: 10276273.

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

Color convert

RGB 177 205 156 -
CMYK 0.14 0 0.24 0.20
HSL 94.29º 0.33% 0.71% -
HSV(B) 94.29º 0.24% 0.8% -
XYZ 45.96 55.41 39.73 -
YUV 191.04 108.22 117.98 -
System Red Green Blue C M Y K H S L
Decimal 177 205 156 0.14 0 0.24 0.20 94.29 0.33 0.71
Hex B1 CD 9C E 0 18 14 5E 21 47
Octal 261 315 234 16 0 30 24 136 41 107
Binary 10110001 11001101 10011100 1110 0 11000 10100 1011110 100001 1000111

Color Harmonies of #B1CD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CD9C

Black with #B1CD9C

Text Example


Text Example

White with #B1CD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CD9C; }

 p { color: rgb(177,205,156); }

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

background-color css

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

 a { background-color: rgb(177,205,156); }

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

border-color css

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

 span { border-color: rgb(177,205,156); }

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