Html Css Color HEX #B4BF99 Sprout

📋 copy color: '#B4BF99'

red 180 ◦ green 191 ◦ blue 153

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

Shades of Sprout #B4BF99

Tints of Sprout #B4BF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.2%

R = 34.35%
G = 36.45%
B = 29.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#B4BF99 (or 0xB4BF99) is known color: Sprout. HEX triplet: B4, BF and 99. RGB value is (180,191,153). Sum of RGB (Red+Green+Blue) = 180+191+153=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BF99 is #4B4066. Grayscale: #B7B7B7. Windows color (decimal): -4931687 or 10076084. OLE color: 10076084.

HSL color Cylindrical-coordinate representation of color #B4BF99: hue angle of 77.37º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4BF99 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 191 153 -
CMYK 0.06 0 0.20 0.25
HSL 77.37º 0.23% 0.67% -
HSV(B) 77.37º 0.2% 0.75% -
XYZ 43.2 49.26 37.37 -
YUV 183.38 110.86 125.59 -
System Red Green Blue C M Y K H S L
Decimal 180 191 153 0.06 0 0.20 0.25 77.37 0.23 0.67
Hex B4 BF 99 6 0 14 19 4D 17 43
Octal 264 277 231 6 0 24 31 115 27 103
Binary 10110100 10111111 10011001 110 0 10100 11001 1001101 10111 1000011

Color Harmonies of #B4BF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BF99

Black with #B4BF99

Text Example


Text Example

White with #B4BF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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