Html Css Color HEX #B1C993 Sprout

📋 copy color: '#B1C993'

red 177 ◦ green 201 ◦ blue 147

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

Shades of Sprout #B1C993

Tints of Sprout #B1C993

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.29%

 BLUE value IS 147 (57.81% from 255) = 28%

R = 33.71%
G = 38.29%
B = 28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#B1C993 (or 0xB1C993) is known color: Sprout. HEX triplet: B1, C9 and 93. RGB value is (177,201,147). Sum of RGB (Red+Green+Blue) = 177+201+147=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C993 is #4E366C. Grayscale: #BBBBBB. Windows color (decimal): -5125741 or 9685425. OLE color: 9685425.

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

Color convert

RGB 177 201 147 -
CMYK 0.12 0 0.27 0.21
HSL 86.67º 0.33% 0.68% -
HSV(B) 86.67º 0.27% 0.79% -
XYZ 44.28 53.23 35.54 -
YUV 187.67 105.05 120.39 -
System Red Green Blue C M Y K H S L
Decimal 177 201 147 0.12 0 0.27 0.21 86.67 0.33 0.68
Hex B1 C9 93 C 0 1B 15 57 21 44
Octal 261 311 223 14 0 33 25 127 41 104
Binary 10110001 11001001 10010011 1100 0 11011 10101 1010111 100001 1000100

Color Harmonies of #B1C993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C993

Black with #B1C993

Text Example


Text Example

White with #B1C993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C993; }

 p { color: rgb(177,201,147); }

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

background-color css

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

 a { background-color: rgb(177,201,147); }

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

border-color css

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

 span { border-color: rgb(177,201,147); }

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