Html Css Color HEX #B0C396 Sprout

📋 copy color: '#B0C396'

red 176 ◦ green 195 ◦ blue 150

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

Shades of Sprout #B0C396

Tints of Sprout #B0C396

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.43%

 BLUE value IS 150 (58.98% from 255) = 28.79%

R = 33.78%
G = 37.43%
B = 28.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#B0C396 (or 0xB0C396) is known color: Sprout. HEX triplet: B0, C3 and 96. RGB value is (176,195,150). Sum of RGB (Red+Green+Blue) = 176+195+150=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C396 is #4F3C69. Grayscale: #B8B8B8. Windows color (decimal): -5192810 or 9880496. OLE color: 9880496.

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

Color convert

RGB 176 195 150 -
CMYK 0.10 0 0.23 0.24
HSL 85.33º 0.27% 0.68% -
HSV(B) 85.33º 0.23% 0.76% -
XYZ 42.92 50.46 36.33 -
YUV 184.19 108.71 122.16 -
System Red Green Blue C M Y K H S L
Decimal 176 195 150 0.10 0 0.23 0.24 85.33 0.27 0.68
Hex B0 C3 96 A 0 17 18 55 1B 44
Octal 260 303 226 12 0 27 30 125 33 104
Binary 10110000 11000011 10010110 1010 0 10111 11000 1010101 11011 1000100

Color Harmonies of #B0C396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C396

Black with #B0C396

Text Example


Text Example

White with #B0C396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C396; }

 p { color: rgb(176,195,150); }

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

background-color css

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

 a { background-color: rgb(176,195,150); }

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

border-color css

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

 span { border-color: rgb(176,195,150); }

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