Html Css Color HEX #B0CA9B Sprout

📋 copy color: '#B0CA9B'

red 176 ◦ green 202 ◦ blue 155

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

Shades of Sprout #B0CA9B

Tints of Sprout #B0CA9B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.9%

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

R = 33.02%
G = 37.9%
B = 29.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#B0CA9B (or 0xB0CA9B) is known color: Sprout. HEX triplet: B0, CA and 9B. RGB value is (176,202,155). Sum of RGB (Red+Green+Blue) = 176+202+155=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CA9B is #4F3564. Grayscale: #BDBDBD. Windows color (decimal): -5191013 or 10209968. OLE color: 10209968.

HSL color Cylindrical-coordinate representation of color #B0CA9B: hue angle of 93.19º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0CA9B is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 202 155 -
CMYK 0.13 0 0.23 0.21
HSL 93.19º 0.31% 0.7% -
HSV(B) 93.19º 0.23% 0.79% -
XYZ 44.94 53.84 39.03 -
YUV 188.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 176 202 155 0.13 0 0.23 0.21 93.19 0.31 0.7
Hex B0 CA 9B D 0 17 15 5D 1F 46
Octal 260 312 233 15 0 27 25 135 37 106
Binary 10110000 11001010 10011011 1101 0 10111 10101 1011101 11111 1000110

Color Harmonies of #B0CA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA9B

Black with #B0CA9B

Text Example


Text Example

White with #B0CA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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