Html Css Color HEX #B0CB8D Sprout

📋 copy color: '#B0CB8D'

red 176 ◦ green 203 ◦ blue 141

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

Shades of Sprout #B0CB8D

Tints of Sprout #B0CB8D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.04%

 BLUE value IS 141 (55.47% from 255) = 27.12%

R = 33.85%
G = 39.04%
B = 27.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#B0CB8D (or 0xB0CB8D) is known color: Sprout. HEX triplet: B0, CB and 8D. RGB value is (176,203,141). Sum of RGB (Red+Green+Blue) = 176+203+141=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CB8D is #4F3472. Grayscale: #BCBCBC. Windows color (decimal): -5190771 or 9292720. OLE color: 9292720.

HSL color Cylindrical-coordinate representation of color #B0CB8D: hue angle of 86.13º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0CB8D is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 203 141 -
CMYK 0.13 0 0.31 0.20
HSL 86.13º 0.37% 0.67% -
HSV(B) 86.13º 0.31% 0.8% -
XYZ 44.07 53.87 33.27 -
YUV 187.86 101.55 119.54 -
System Red Green Blue C M Y K H S L
Decimal 176 203 141 0.13 0 0.31 0.20 86.13 0.37 0.67
Hex B0 CB 8D D 0 1F 14 56 25 43
Octal 260 313 215 15 0 37 24 126 45 103
Binary 10110000 11001011 10001101 1101 0 11111 10100 1010110 100101 1000011

Color Harmonies of #B0CB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CB8D

Black with #B0CB8D

Text Example


Text Example

White with #B0CB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CB8D; }

 p { color: rgb(176,203,141); }

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

background-color css

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

 a { background-color: rgb(176,203,141); }

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

border-color css

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

 span { border-color: rgb(176,203,141); }

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