Html Css Color HEX #B4C8A0 Sprout

📋 copy color: '#B4C8A0'

red 180 ◦ green 200 ◦ blue 160

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

Shades of Sprout #B4C8A0

Tints of Sprout #B4C8A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.63%

R = 33.33%
G = 37.04%
B = 29.63%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#B4C8A0 (or 0xB4C8A0) is known color: Sprout. HEX triplet: B4, C8 and A0. RGB value is (180,200,160). Sum of RGB (Red+Green+Blue) = 180+200+160=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C8A0 is #4B375F. Grayscale: #BDBDBD. Windows color (decimal): -4929376 or 10537140. OLE color: 10537140.

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

Color convert

RGB 180 200 160 -
CMYK 0.1 0 0.2 0.22
HSL 90º 0.27% 0.71% -
HSV(B) 90º 0.2% 0.78% -
XYZ 45.82 53.55 41.18 -
YUV 189.46 111.37 121.25 -
System Red Green Blue C M Y K H S L
Decimal 180 200 160 0.1 0 0.2 0.22 90 0.27 0.71
Hex B4 C8 A0 A 0 14 16 5A 1B 47
Octal 264 310 240 12 0 24 26 132 33 107
Binary 10110100 11001000 10100000 1010 0 10100 10110 1011010 11011 1000111

Color Harmonies of #B4C8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C8A0

Black with #B4C8A0

Text Example


Text Example

White with #B4C8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C8A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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