Html Css Color HEX #B8CA9F Sprout

📋 copy color: '#B8CA9F'

red 184 ◦ green 202 ◦ blue 159

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

Shades of Sprout #B8CA9F

Tints of Sprout #B8CA9F

RGB

 RED value IS 184 (72.27% from 255) = 33.76%

 GREEN value IS 202 (79.3% from 255) = 37.06%

 BLUE value IS 159 (62.5% from 255) = 29.17%

R = 33.76%
G = 37.06%
B = 29.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#B8CA9F (or 0xB8CA9F) is known color: Sprout. HEX triplet: B8, CA and 9F. RGB value is (184,202,159). Sum of RGB (Red+Green+Blue) = 184+202+159=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 159 (62.5% from 255 or 29.17% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CA9F is #473560. Grayscale: #BFBFBF. Windows color (decimal): -4666721 or 10472120. OLE color: 10472120.

HSL color Cylindrical-coordinate representation of color #B8CA9F: hue angle of 85.12º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8CA9F is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 202 159 -
CMYK 0.09 0 0.21 0.21
HSL 85.12º 0.29% 0.71% -
HSV(B) 85.12º 0.21% 0.79% -
XYZ 47.15 54.93 40.92 -
YUV 191.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 184 202 159 0.09 0 0.21 0.21 85.12 0.29 0.71
Hex B8 CA 9F 9 0 15 15 55 1D 47
Octal 270 312 237 11 0 25 25 125 35 107
Binary 10111000 11001010 10011111 1001 0 10101 10101 1010101 11101 1000111

Color Harmonies of #B8CA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CA9F

Black with #B8CA9F

Text Example


Text Example

White with #B8CA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CA9F; }

 p { color: rgb(184,202,159); }

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

background-color css

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

 a { background-color: rgb(184,202,159); }

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

border-color css

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

 span { border-color: rgb(184,202,159); }

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