Html Css Color HEX #B0CA9D Sprout

📋 copy color: '#B0CA9D'

red 176 ◦ green 202 ◦ blue 157

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

Shades of Sprout #B0CA9D

Tints of Sprout #B0CA9D

RGB

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

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

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

R = 32.9%
G = 37.76%
B = 29.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#B0CA9D (or 0xB0CA9D) is known color: Sprout. HEX triplet: B0, CA and 9D. RGB value is (176,202,157). Sum of RGB (Red+Green+Blue) = 176+202+157=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CA9D is #4F3562. Grayscale: #BDBDBD. Windows color (decimal): -5191011 or 10341040. OLE color: 10341040.

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

Color convert

RGB 176 202 157 -
CMYK 0.13 0 0.22 0.21
HSL 94.67º 0.3% 0.7% -
HSV(B) 94.67º 0.22% 0.79% -
XYZ 45.11 53.91 39.93 -
YUV 189.1 109.89 118.66 -
System Red Green Blue C M Y K H S L
Decimal 176 202 157 0.13 0 0.22 0.21 94.67 0.3 0.7
Hex B0 CA 9D D 0 16 15 5F 1E 46
Octal 260 312 235 15 0 26 25 137 36 106
Binary 10110000 11001010 10011101 1101 0 10110 10101 1011111 11110 1000110

Color Harmonies of #B0CA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA9D

Black with #B0CA9D

Text Example


Text Example

White with #B0CA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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