Html Css Color HEX #B0C894 Sprout

📋 copy color: '#B0C894'

red 176 ◦ green 200 ◦ blue 148

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

Shades of Sprout #B0C894

Tints of Sprout #B0C894

RGB

 RED value IS 176 (69.14% from 255) = 33.59%

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

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 33.59%
G = 38.17%
B = 28.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#B0C894 (or 0xB0C894) is known color: Sprout. HEX triplet: B0, C8 and 94. RGB value is (176,200,148). Sum of RGB (Red+Green+Blue) = 176+200+148=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C894 is #4F376B. Grayscale: #BBBBBB. Windows color (decimal): -5191532 or 9750704. OLE color: 9750704.

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

Color convert

RGB 176 200 148 -
CMYK 0.12 0 0.26 0.22
HSL 87.69º 0.32% 0.68% -
HSV(B) 87.69º 0.26% 0.78% -
XYZ 43.9 52.68 35.87 -
YUV 186.9 106.05 120.23 -
System Red Green Blue C M Y K H S L
Decimal 176 200 148 0.12 0 0.26 0.22 87.69 0.32 0.68
Hex B0 C8 94 C 0 1A 16 58 20 44
Octal 260 310 224 14 0 32 26 130 40 104
Binary 10110000 11001000 10010100 1100 0 11010 10110 1011000 100000 1000100

Color Harmonies of #B0C894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C894

Black with #B0C894

Text Example


Text Example

White with #B0C894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C894; }

 p { color: rgb(176,200,148); }

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

background-color css

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

 a { background-color: rgb(176,200,148); }

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

border-color css

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

 span { border-color: rgb(176,200,148); }

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