Html Css Color HEX #B1C992 Sprout

📋 copy color: '#B1C992'

red 177 ◦ green 201 ◦ blue 146

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

Shades of Sprout #B1C992

Tints of Sprout #B1C992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.86%

R = 33.78%
G = 38.36%
B = 27.86%

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

#B1C992 (or 0xB1C992) is known color: Sprout. HEX triplet: B1, C9 and 92. RGB value is (177,201,146). Sum of RGB (Red+Green+Blue) = 177+201+146=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C992 is #4E366D. Grayscale: #BBBBBB. Windows color (decimal): -5125742 or 9619889. OLE color: 9619889.

HSL color Cylindrical-coordinate representation of color #B1C992: hue angle of 86.18º degrees, saturation: 0.34, 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 #B1C992 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 201 146 -
CMYK 0.12 0 0.27 0.21
HSL 86.18º 0.34% 0.68% -
HSV(B) 86.18º 0.27% 0.79% -
XYZ 44.21 53.2 35.13 -
YUV 187.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 177 201 146 0.12 0 0.27 0.21 86.18 0.34 0.68
Hex B1 C9 92 C 0 1B 15 56 22 44
Octal 261 311 222 14 0 33 25 126 42 104
Binary 10110001 11001001 10010010 1100 0 11011 10101 1010110 100010 1000100

Color Harmonies of #B1C992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C992

Black with #B1C992

Text Example


Text Example

White with #B1C992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C992; }

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

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

background-color css

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

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

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

border-color css

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

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

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