Html Css Color HEX #B0C59B Sprout

📋 copy color: '#B0C59B'

red 176 ◦ green 197 ◦ blue 155

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

Shades of Sprout #B0C59B

Tints of Sprout #B0C59B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.31%

 BLUE value IS 155 (60.94% from 255) = 29.36%

R = 33.33%
G = 37.31%
B = 29.36%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#B0C59B (or 0xB0C59B) is known color: Sprout. HEX triplet: B0, C5 and 9B. RGB value is (176,197,155). Sum of RGB (Red+Green+Blue) = 176+197+155=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C59B is #4F3A64. Grayscale: #BABABA. Windows color (decimal): -5192293 or 10208688. OLE color: 10208688.

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

Color convert

RGB 176 197 155 -
CMYK 0.11 0 0.21 0.23
HSL 90º 0.27% 0.69% -
HSV(B) 90º 0.21% 0.77% -
XYZ 43.79 51.53 38.65 -
YUV 185.93 110.54 120.92 -
System Red Green Blue C M Y K H S L
Decimal 176 197 155 0.11 0 0.21 0.23 90 0.27 0.69
Hex B0 C5 9B B 0 15 17 5A 1B 45
Octal 260 305 233 13 0 25 27 132 33 105
Binary 10110000 11000101 10011011 1011 0 10101 10111 1011010 11011 1000101

Color Harmonies of #B0C59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C59B

Black with #B0C59B

Text Example


Text Example

White with #B0C59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C59B; }

 p { color: rgb(176,197,155); }

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

background-color css

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

 a { background-color: rgb(176,197,155); }

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

border-color css

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

 span { border-color: rgb(176,197,155); }

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