Html Css Color HEX #B8CE9C Sprout

📋 copy color: '#B8CE9C'

red 184 ◦ green 206 ◦ blue 156

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

Shades of Sprout #B8CE9C

Tints of Sprout #B8CE9C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.73%

 BLUE value IS 156 (61.33% from 255) = 28.57%

R = 33.7%
G = 37.73%
B = 28.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#B8CE9C (or 0xB8CE9C) is known color: Sprout. HEX triplet: B8, CE and 9C. RGB value is (184,206,156). Sum of RGB (Red+Green+Blue) = 184+206+156=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CE9C is #473163. Grayscale: #C1C1C1. Windows color (decimal): -4665700 or 10276536. OLE color: 10276536.

HSL color Cylindrical-coordinate representation of color #B8CE9C: hue angle of 86.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8CE9C is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 206 156 -
CMYK 0.11 0 0.24 0.19
HSL 86.4º 0.34% 0.71% -
HSV(B) 86.4º 0.24% 0.81% -
XYZ 47.84 56.73 39.88 -
YUV 193.72 106.71 121.07 -
System Red Green Blue C M Y K H S L
Decimal 184 206 156 0.11 0 0.24 0.19 86.4 0.34 0.71
Hex B8 CE 9C B 0 18 13 56 22 47
Octal 270 316 234 13 0 30 23 126 42 107
Binary 10111000 11001110 10011100 1011 0 11000 10011 1010110 100010 1000111

Color Harmonies of #B8CE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CE9C

Black with #B8CE9C

Text Example


Text Example

White with #B8CE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CE9C; }

 p { color: rgb(184,206,156); }

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

background-color css

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

 a { background-color: rgb(184,206,156); }

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

border-color css

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

 span { border-color: rgb(184,206,156); }

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