Html Css Color HEX #B4C895 Sprout

📋 copy color: '#B4C895'

red 180 ◦ green 200 ◦ blue 149

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

Shades of Sprout #B4C895

Tints of Sprout #B4C895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.17%

R = 34.03%
G = 37.81%
B = 28.17%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#B4C895 (or 0xB4C895) is known color: Sprout. HEX triplet: B4, C8 and 95. RGB value is (180,200,149). Sum of RGB (Red+Green+Blue) = 180+200+149=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C895 is #4B376A. Grayscale: #BCBCBC. Windows color (decimal): -4929387 or 9816244. OLE color: 9816244.

HSL color Cylindrical-coordinate representation of color #B4C895: hue angle of 83.53º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4C895 is Cyan = 0.1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 200 149 -
CMYK 0.1 0 0.26 0.22
HSL 83.53º 0.32% 0.68% -
HSV(B) 83.53º 0.26% 0.78% -
XYZ 44.9 53.18 36.33 -
YUV 188.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 180 200 149 0.1 0 0.26 0.22 83.53 0.32 0.68
Hex B4 C8 95 A 0 1A 16 54 20 44
Octal 264 310 225 12 0 32 26 124 40 104
Binary 10110100 11001000 10010101 1010 0 11010 10110 1010100 100000 1000100

Color Harmonies of #B4C895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C895

Black with #B4C895

Text Example


Text Example

White with #B4C895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C895; }

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

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

background-color css

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

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

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

border-color css

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

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

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