Html Css Color HEX #B0C29E Sprout

📋 copy color: '#B0C29E'

red 176 ◦ green 194 ◦ blue 158

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

Shades of Sprout #B0C29E

Tints of Sprout #B0C29E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.74%

 BLUE value IS 158 (62.11% from 255) = 29.92%

R = 33.33%
G = 36.74%
B = 29.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#B0C29E (or 0xB0C29E) is known color: Sprout. HEX triplet: B0, C2 and 9E. RGB value is (176,194,158). Sum of RGB (Red+Green+Blue) = 176+194+158=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C29E is #4F3D61. Grayscale: #B8B8B8. Windows color (decimal): -5193058 or 10404528. OLE color: 10404528.

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

Color convert

RGB 176 194 158 -
CMYK 0.09 0 0.19 0.24
HSL 90º 0.23% 0.69% -
HSV(B) 90º 0.19% 0.76% -
XYZ 43.37 50.28 39.77 -
YUV 184.51 113.04 121.93 -
System Red Green Blue C M Y K H S L
Decimal 176 194 158 0.09 0 0.19 0.24 90 0.23 0.69
Hex B0 C2 9E 9 0 13 18 5A 17 45
Octal 260 302 236 11 0 23 30 132 27 105
Binary 10110000 11000010 10011110 1001 0 10011 11000 1011010 10111 1000101

Color Harmonies of #B0C29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C29E

Black with #B0C29E

Text Example


Text Example

White with #B0C29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C29E; }

 p { color: rgb(176,194,158); }

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

background-color css

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

 a { background-color: rgb(176,194,158); }

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

border-color css

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

 span { border-color: rgb(176,194,158); }

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