Html Css Color HEX #B4BF9A Sprout

📋 copy color: '#B4BF9A'

red 180 ◦ green 191 ◦ blue 154

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

Shades of Sprout #B4BF9A

Tints of Sprout #B4BF9A

RGB

 RED value IS 180 (70.7% from 255) = 34.29%

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

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

R = 34.29%
G = 36.38%
B = 29.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#B4BF9A (or 0xB4BF9A) is known color: Sprout. HEX triplet: B4, BF and 9A. RGB value is (180,191,154). Sum of RGB (Red+Green+Blue) = 180+191+154=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BF9A is #4B4065. Grayscale: #B7B7B7. Windows color (decimal): -4931686 or 10141620. OLE color: 10141620.

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

Color convert

RGB 180 191 154 -
CMYK 0.06 0 0.19 0.25
HSL 77.84º 0.22% 0.68% -
HSV(B) 77.84º 0.19% 0.75% -
XYZ 43.29 49.3 37.81 -
YUV 183.49 111.36 125.51 -
System Red Green Blue C M Y K H S L
Decimal 180 191 154 0.06 0 0.19 0.25 77.84 0.22 0.68
Hex B4 BF 9A 6 0 13 19 4E 16 44
Octal 264 277 232 6 0 23 31 116 26 104
Binary 10110100 10111111 10011010 110 0 10011 11001 1001110 10110 1000100

Color Harmonies of #B4BF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF9A

Black with #B4BF9A

Text Example


Text Example

White with #B4BF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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