Html Css Color HEX #B2BF9A Sprout

📋 copy color: '#B2BF9A'

red 178 ◦ green 191 ◦ blue 154

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

Shades of Sprout #B2BF9A

Tints of Sprout #B2BF9A

RGB

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

 GREEN value IS 191 (75% from 255) = 36.52%

 BLUE value IS 154 (60.55% from 255) = 29.45%

R = 34.03%
G = 36.52%
B = 29.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#B2BF9A (or 0xB2BF9A) is known color: Sprout. HEX triplet: B2, BF and 9A. RGB value is (178,191,154). Sum of RGB (Red+Green+Blue) = 178+191+154=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF9A is #4D4065. Grayscale: #B7B7B7. Windows color (decimal): -5062758 or 10141618. OLE color: 10141618.

HSL color Cylindrical-coordinate representation of color #B2BF9A: hue angle of 81.08º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2BF9A is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 154 -
CMYK 0.07 0 0.19 0.25
HSL 81.08º 0.22% 0.68% -
HSV(B) 81.08º 0.19% 0.75% -
XYZ 42.82 49.06 37.78 -
YUV 182.9 111.69 124.51 -
System Red Green Blue C M Y K H S L
Decimal 178 191 154 0.07 0 0.19 0.25 81.08 0.22 0.68
Hex B2 BF 9A 7 0 13 19 51 16 44
Octal 262 277 232 7 0 23 31 121 26 104
Binary 10110010 10111111 10011010 111 0 10011 11001 1010001 10110 1000100

Color Harmonies of #B2BF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF9A

Black with #B2BF9A

Text Example


Text Example

White with #B2BF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF9A; }

 p { color: rgb(178,191,154); }

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

background-color css

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

 a { background-color: rgb(178,191,154); }

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

border-color css

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

 span { border-color: rgb(178,191,154); }

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