Html Css Color HEX #B0CB96 Sprout

📋 copy color: '#B0CB96'

red 176 ◦ green 203 ◦ blue 150

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

Shades of Sprout #B0CB96

Tints of Sprout #B0CB96

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.37%

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

R = 33.27%
G = 38.37%
B = 28.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#B0CB96 (or 0xB0CB96) is known color: Sprout. HEX triplet: B0, CB and 96. RGB value is (176,203,150). Sum of RGB (Red+Green+Blue) = 176+203+150=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CB96 is #4F3469. Grayscale: #BDBDBD. Windows color (decimal): -5190762 or 9882544. OLE color: 9882544.

HSL color Cylindrical-coordinate representation of color #B0CB96: hue angle of 90.57º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0CB96 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 203 150 -
CMYK 0.13 0 0.26 0.20
HSL 90.57º 0.34% 0.69% -
HSV(B) 90.57º 0.26% 0.8% -
XYZ 44.77 54.14 36.95 -
YUV 188.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 176 203 150 0.13 0 0.26 0.20 90.57 0.34 0.69
Hex B0 CB 96 D 0 1A 14 5B 22 45
Octal 260 313 226 15 0 32 24 133 42 105
Binary 10110000 11001011 10010110 1101 0 11010 10100 1011011 100010 1000101

Color Harmonies of #B0CB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CB96

Black with #B0CB96

Text Example


Text Example

White with #B0CB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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