Html Css Color HEX #B5BF9A Sprout

📋 copy color: '#B5BF9A'

red 181 ◦ green 191 ◦ blue 154

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

Shades of Sprout #B5BF9A

Tints of Sprout #B5BF9A

RGB

 RED value IS 181 (71.09% from 255) = 34.41%

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

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

R = 34.41%
G = 36.31%
B = 29.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#B5BF9A (or 0xB5BF9A) is known color: Sprout. HEX triplet: B5, BF and 9A. RGB value is (181,191,154). Sum of RGB (Red+Green+Blue) = 181+191+154=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BF9A is #4A4065. Grayscale: #B7B7B7. Windows color (decimal): -4866150 or 10141621. OLE color: 10141621.

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

Color convert

RGB 181 191 154 -
CMYK 0.05 0 0.19 0.25
HSL 76.22º 0.22% 0.68% -
HSV(B) 76.22º 0.19% 0.75% -
XYZ 43.52 49.42 37.82 -
YUV 183.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 181 191 154 0.05 0 0.19 0.25 76.22 0.22 0.68
Hex B5 BF 9A 5 0 13 19 4C 16 44
Octal 265 277 232 5 0 23 31 114 26 104
Binary 10110101 10111111 10011010 101 0 10011 11001 1001100 10110 1000100

Color Harmonies of #B5BF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BF9A

Black with #B5BF9A

Text Example


Text Example

White with #B5BF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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