Html Css Color HEX #B4C89B Sprout

📋 copy color: '#B4C89B'

red 180 ◦ green 200 ◦ blue 155

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

Shades of Sprout #B4C89B

Tints of Sprout #B4C89B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.38%

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

R = 33.64%
G = 37.38%
B = 28.97%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#B4C89B (or 0xB4C89B) is known color: Sprout. HEX triplet: B4, C8 and 9B. RGB value is (180,200,155). Sum of RGB (Red+Green+Blue) = 180+200+155=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C89B is #4B3764. Grayscale: #BDBDBD. Windows color (decimal): -4929381 or 10209460. OLE color: 10209460.

HSL color Cylindrical-coordinate representation of color #B4C89B: hue angle of 86.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4C89B is Cyan = 0.1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 200 155 -
CMYK 0.1 0 0.22 0.22
HSL 86.67º 0.29% 0.7% -
HSV(B) 86.67º 0.23% 0.78% -
XYZ 45.39 53.38 38.92 -
YUV 188.89 108.87 121.66 -
System Red Green Blue C M Y K H S L
Decimal 180 200 155 0.1 0 0.22 0.22 86.67 0.29 0.7
Hex B4 C8 9B A 0 16 16 57 1D 46
Octal 264 310 233 12 0 26 26 127 35 106
Binary 10110100 11001000 10011011 1010 0 10110 10110 1010111 11101 1000110

Color Harmonies of #B4C89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C89B

Black with #B4C89B

Text Example


Text Example

White with #B4C89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C89B; }

 p { color: rgb(180,200,155); }

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

background-color css

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

 a { background-color: rgb(180,200,155); }

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

border-color css

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

 span { border-color: rgb(180,200,155); }

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