Html Css Color HEX #B8CA9E Sprout

📋 copy color: '#B8CA9E'

red 184 ◦ green 202 ◦ blue 158

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

Shades of Sprout #B8CA9E

Tints of Sprout #B8CA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.04%

R = 33.82%
G = 37.13%
B = 29.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#B8CA9E (or 0xB8CA9E) is known color: Sprout. HEX triplet: B8, CA and 9E. RGB value is (184,202,158). Sum of RGB (Red+Green+Blue) = 184+202+158=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CA9E is #473561. Grayscale: #BFBFBF. Windows color (decimal): -4666722 or 10406584. OLE color: 10406584.

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

Color convert

RGB 184 202 158 -
CMYK 0.09 0 0.22 0.21
HSL 84.55º 0.29% 0.71% -
HSV(B) 84.55º 0.22% 0.79% -
XYZ 47.06 54.9 40.46 -
YUV 191.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 184 202 158 0.09 0 0.22 0.21 84.55 0.29 0.71
Hex B8 CA 9E 9 0 16 15 55 1D 47
Octal 270 312 236 11 0 26 25 125 35 107
Binary 10111000 11001010 10011110 1001 0 10110 10101 1010101 11101 1000111

Color Harmonies of #B8CA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CA9E

Black with #B8CA9E

Text Example


Text Example

White with #B8CA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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