Html Css Color HEX #B2BD9B Sprout

📋 copy color: '#B2BD9B'

red 178 ◦ green 189 ◦ blue 155

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

Shades of Sprout #B2BD9B

Tints of Sprout #B2BD9B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.21%

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

R = 34.1%
G = 36.21%
B = 29.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#B2BD9B (or 0xB2BD9B) is known color: Sprout. HEX triplet: B2, BD and 9B. RGB value is (178,189,155). Sum of RGB (Red+Green+Blue) = 178+189+155=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BD9B is #4D4264. Grayscale: #B5B5B5. Windows color (decimal): -5063269 or 10206642. OLE color: 10206642.

HSL color Cylindrical-coordinate representation of color #B2BD9B: hue angle of 79.41º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2BD9B is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 189 155 -
CMYK 0.06 0 0.18 0.26
HSL 79.41º 0.2% 0.67% -
HSV(B) 79.41º 0.18% 0.74% -
XYZ 42.47 48.23 38.08 -
YUV 181.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 178 189 155 0.06 0 0.18 0.26 79.41 0.2 0.67
Hex B2 BD 9B 6 0 12 1A 4F 14 43
Octal 262 275 233 6 0 22 32 117 24 103
Binary 10110010 10111101 10011011 110 0 10010 11010 1001111 10100 1000011

Color Harmonies of #B2BD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD9B

Black with #B2BD9B

Text Example


Text Example

White with #B2BD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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