Html Css Color HEX #B2C29B Sprout

📋 copy color: '#B2C29B'

red 178 ◦ green 194 ◦ blue 155

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

Shades of Sprout #B2C29B

Tints of Sprout #B2C29B

RGB

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

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

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

R = 33.78%
G = 36.81%
B = 29.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#B2C29B (or 0xB2C29B) is known color: Sprout. HEX triplet: B2, C2 and 9B. RGB value is (178,194,155). Sum of RGB (Red+Green+Blue) = 178+194+155=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C29B is #4D3D64. Grayscale: #B8B8B8. Windows color (decimal): -5061989 or 10207922. OLE color: 10207922.

HSL color Cylindrical-coordinate representation of color #B2C29B: hue angle of 84.62º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2C29B is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 194 155 -
CMYK 0.08 0 0.20 0.24
HSL 84.62º 0.24% 0.68% -
HSV(B) 84.62º 0.2% 0.76% -
XYZ 43.57 50.42 38.45 -
YUV 184.77 111.2 123.17 -
System Red Green Blue C M Y K H S L
Decimal 178 194 155 0.08 0 0.20 0.24 84.62 0.24 0.68
Hex B2 C2 9B 8 0 14 18 55 18 44
Octal 262 302 233 10 0 24 30 125 30 104
Binary 10110010 11000010 10011011 1000 0 10100 11000 1010101 11000 1000100

Color Harmonies of #B2C29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C29B

Black with #B2C29B

Text Example


Text Example

White with #B2C29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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