Html Css Color HEX #B0C199 Sprout

📋 copy color: '#B0C199'

red 176 ◦ green 193 ◦ blue 153

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

Shades of Sprout #B0C199

Tints of Sprout #B0C199

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.97%

 BLUE value IS 153 (60.16% from 255) = 29.31%

R = 33.72%
G = 36.97%
B = 29.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#B0C199 (or 0xB0C199) is known color: Sprout. HEX triplet: B0, C1 and 99. RGB value is (176,193,153). Sum of RGB (Red+Green+Blue) = 176+193+153=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C199 is #4F3E66. Grayscale: #B7B7B7. Windows color (decimal): -5193319 or 10076592. OLE color: 10076592.

HSL color Cylindrical-coordinate representation of color #B0C199: hue angle of 85.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0C199 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 193 153 -
CMYK 0.09 0 0.21 0.24
HSL 85.5º 0.24% 0.68% -
HSV(B) 85.5º 0.21% 0.76% -
XYZ 42.72 49.67 37.47 -
YUV 183.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 176 193 153 0.09 0 0.21 0.24 85.5 0.24 0.68
Hex B0 C1 99 9 0 15 18 56 18 44
Octal 260 301 231 11 0 25 30 126 30 104
Binary 10110000 11000001 10011001 1001 0 10101 11000 1010110 11000 1000100

Color Harmonies of #B0C199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C199

Black with #B0C199

Text Example


Text Example

White with #B0C199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C199; }

 p { color: rgb(176,193,153); }

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

background-color css

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

 a { background-color: rgb(176,193,153); }

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

border-color css

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

 span { border-color: rgb(176,193,153); }

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