Html Css Color HEX #B2CE9C Sprout

📋 copy color: '#B2CE9C'

red 178 ◦ green 206 ◦ blue 156

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

Shades of Sprout #B2CE9C

Tints of Sprout #B2CE9C

RGB

 RED value IS 178 (69.92% from 255) = 32.96%

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

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

R = 32.96%
G = 38.15%
B = 28.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#B2CE9C (or 0xB2CE9C) is known color: Sprout. HEX triplet: B2, CE and 9C. RGB value is (178,206,156). Sum of RGB (Red+Green+Blue) = 178+206+156=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CE9C is #4D3163. Grayscale: #C0C0C0. Windows color (decimal): -5058916 or 10276530. OLE color: 10276530.

HSL color Cylindrical-coordinate representation of color #B2CE9C: hue angle of 93.6º 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 #B2CE9C is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 206 156 -
CMYK 0.14 0 0.24 0.19
HSL 93.6º 0.34% 0.71% -
HSV(B) 93.6º 0.24% 0.81% -
XYZ 46.43 56.01 39.82 -
YUV 191.93 107.72 118.07 -
System Red Green Blue C M Y K H S L
Decimal 178 206 156 0.14 0 0.24 0.19 93.6 0.34 0.71
Hex B2 CE 9C E 0 18 13 5E 22 47
Octal 262 316 234 16 0 30 23 136 42 107
Binary 10110010 11001110 10011100 1110 0 11000 10011 1011110 100010 1000111

Color Harmonies of #B2CE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE9C

Black with #B2CE9C

Text Example


Text Example

White with #B2CE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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