Html Css Color HEX #B0CE96 Sprout

📋 copy color: '#B0CE96'

red 176 ◦ green 206 ◦ blue 150

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

Shades of Sprout #B0CE96

Tints of Sprout #B0CE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.2%

R = 33.08%
G = 38.72%
B = 28.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#B0CE96 (or 0xB0CE96) is known color: Sprout. HEX triplet: B0, CE and 96. RGB value is (176,206,150). Sum of RGB (Red+Green+Blue) = 176+206+150=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CE96 is #4F3169. Grayscale: #BEBEBE. Windows color (decimal): -5189994 or 9883312. OLE color: 9883312.

HSL color Cylindrical-coordinate representation of color #B0CE96: hue angle of 92.14º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0CE96 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 206 150 -
CMYK 0.15 0 0.27 0.19
HSL 92.14º 0.36% 0.7% -
HSV(B) 92.14º 0.27% 0.81% -
XYZ 45.48 55.57 37.18 -
YUV 190.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 176 206 150 0.15 0 0.27 0.19 92.14 0.36 0.7
Hex B0 CE 96 F 0 1B 13 5C 24 46
Octal 260 316 226 17 0 33 23 134 44 106
Binary 10110000 11001110 10010110 1111 0 11011 10011 1011100 100100 1000110

Color Harmonies of #B0CE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CE96

Black with #B0CE96

Text Example


Text Example

White with #B0CE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CE96; }

 p { color: rgb(176,206,150); }

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

background-color css

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

 a { background-color: rgb(176,206,150); }

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

border-color css

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

 span { border-color: rgb(176,206,150); }

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