Html Css Color HEX #B2C29E Sprout

📋 copy color: '#B2C29E'

red 178 ◦ green 194 ◦ blue 158

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

Shades of Sprout #B2C29E

Tints of Sprout #B2C29E

RGB

 RED value IS 178 (69.92% from 255) = 33.58%

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

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

R = 33.58%
G = 36.6%
B = 29.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#B2C29E (or 0xB2C29E) is known color: Sprout. HEX triplet: B2, C2 and 9E. RGB value is (178,194,158). Sum of RGB (Red+Green+Blue) = 178+194+158=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C29E is #4D3D61. Grayscale: #B9B9B9. Windows color (decimal): -5061986 or 10404530. OLE color: 10404530.

HSL color Cylindrical-coordinate representation of color #B2C29E: hue angle of 86.67º 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 #B2C29E is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 194 158 -
CMYK 0.08 0 0.19 0.24
HSL 86.67º 0.23% 0.69% -
HSV(B) 86.67º 0.19% 0.76% -
XYZ 43.82 50.52 39.79 -
YUV 185.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 178 194 158 0.08 0 0.19 0.24 86.67 0.23 0.69
Hex B2 C2 9E 8 0 13 18 57 17 45
Octal 262 302 236 10 0 23 30 127 27 105
Binary 10110010 11000010 10011110 1000 0 10011 11000 1010111 10111 1000101

Color Harmonies of #B2C29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C29E

Black with #B2C29E

Text Example


Text Example

White with #B2C29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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