Html Css Color HEX #B1CA9D Sprout

📋 copy color: '#B1CA9D'

red 177 ◦ green 202 ◦ blue 157

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

Shades of Sprout #B1CA9D

Tints of Sprout #B1CA9D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.69%

 BLUE value IS 157 (61.72% from 255) = 29.29%

R = 33.02%
G = 37.69%
B = 29.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#B1CA9D (or 0xB1CA9D) is known color: Sprout. HEX triplet: B1, CA and 9D. RGB value is (177,202,157). Sum of RGB (Red+Green+Blue) = 177+202+157=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CA9D is #4E3562. Grayscale: #BDBDBD. Windows color (decimal): -5125475 or 10341041. OLE color: 10341041.

HSL color Cylindrical-coordinate representation of color #B1CA9D: hue angle of 93.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1CA9D is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 202 157 -
CMYK 0.12 0 0.22 0.21
HSL 93.33º 0.3% 0.7% -
HSV(B) 93.33º 0.22% 0.79% -
XYZ 45.34 54.02 39.94 -
YUV 189.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 177 202 157 0.12 0 0.22 0.21 93.33 0.3 0.7
Hex B1 CA 9D C 0 16 15 5D 1E 46
Octal 261 312 235 14 0 26 25 135 36 106
Binary 10110001 11001010 10011101 1100 0 10110 10101 1011101 11110 1000110

Color Harmonies of #B1CA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CA9D

Black with #B1CA9D

Text Example


Text Example

White with #B1CA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CA9D; }

 p { color: rgb(177,202,157); }

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

background-color css

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

 a { background-color: rgb(177,202,157); }

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

border-color css

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

 span { border-color: rgb(177,202,157); }

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