Html Css Color HEX #B1C698 Sprout

📋 copy color: '#B1C698'

red 177 ◦ green 198 ◦ blue 152

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

Shades of Sprout #B1C698

Tints of Sprout #B1C698

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.57%

 BLUE value IS 152 (59.77% from 255) = 28.84%

R = 33.59%
G = 37.57%
B = 28.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#B1C698 (or 0xB1C698) is known color: Sprout. HEX triplet: B1, C6 and 98. RGB value is (177,198,152). Sum of RGB (Red+Green+Blue) = 177+198+152=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C698 is #4E3967. Grayscale: #BABABA. Windows color (decimal): -5126504 or 10012337. OLE color: 10012337.

HSL color Cylindrical-coordinate representation of color #B1C698: hue angle of 87.39º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1C698 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 198 152 -
CMYK 0.11 0 0.23 0.22
HSL 87.39º 0.29% 0.69% -
HSV(B) 87.39º 0.23% 0.78% -
XYZ 43.99 52 37.42 -
YUV 186.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 177 198 152 0.11 0 0.23 0.22 87.39 0.29 0.69
Hex B1 C6 98 B 0 17 16 57 1D 45
Octal 261 306 230 13 0 27 26 127 35 105
Binary 10110001 11000110 10011000 1011 0 10111 10110 1010111 11101 1000101

Color Harmonies of #B1C698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C698

Black with #B1C698

Text Example


Text Example

White with #B1C698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C698; }

 p { color: rgb(177,198,152); }

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

background-color css

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

 a { background-color: rgb(177,198,152); }

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

border-color css

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

 span { border-color: rgb(177,198,152); }

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