Html Css Color HEX #B0C99D Sprout

📋 copy color: '#B0C99D'

red 176 ◦ green 201 ◦ blue 157

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

Shades of Sprout #B0C99D

Tints of Sprout #B0C99D

RGB

 RED value IS 176 (69.14% from 255) = 32.96%

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

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

R = 32.96%
G = 37.64%
B = 29.4%

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

#B0C99D (or 0xB0C99D) is known color: Sprout. HEX triplet: B0, C9 and 9D. RGB value is (176,201,157). Sum of RGB (Red+Green+Blue) = 176+201+157=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C99D is #4F3662. Grayscale: #BCBCBC. Windows color (decimal): -5191267 or 10340784. OLE color: 10340784.

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

Color convert

RGB 176 201 157 -
CMYK 0.12 0 0.22 0.21
HSL 94.09º 0.29% 0.7% -
HSV(B) 94.09º 0.22% 0.79% -
XYZ 44.88 53.44 39.85 -
YUV 188.51 110.22 119.08 -
System Red Green Blue C M Y K H S L
Decimal 176 201 157 0.12 0 0.22 0.21 94.09 0.29 0.7
Hex B0 C9 9D C 0 16 15 5E 1D 46
Octal 260 311 235 14 0 26 25 136 35 106
Binary 10110000 11001001 10011101 1100 0 10110 10101 1011110 11101 1000110

Color Harmonies of #B0C99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C99D

Black with #B0C99D

Text Example


Text Example

White with #B0C99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C99D; }

 p { color: rgb(176,201,157); }

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

background-color css

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

 a { background-color: rgb(176,201,157); }

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

border-color css

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

 span { border-color: rgb(176,201,157); }

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