Html Css Color HEX #B0C09C Sprout

📋 copy color: '#B0C09C'

red 176 ◦ green 192 ◦ blue 156

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

Shades of Sprout #B0C09C

Tints of Sprout #B0C09C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.64%

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

R = 33.59%
G = 36.64%
B = 29.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#B0C09C (or 0xB0C09C) is known color: Sprout. HEX triplet: B0, C0 and 9C. RGB value is (176,192,156). Sum of RGB (Red+Green+Blue) = 176+192+156=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C09C is #4F3F63. Grayscale: #B7B7B7. Windows color (decimal): -5193572 or 10272944. OLE color: 10272944.

HSL color Cylindrical-coordinate representation of color #B0C09C: hue angle of 86.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0C09C is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 192 156 -
CMYK 0.08 0 0.19 0.25
HSL 86.67º 0.22% 0.68% -
HSV(B) 86.67º 0.19% 0.75% -
XYZ 42.75 49.33 38.72 -
YUV 183.11 112.7 122.93 -
System Red Green Blue C M Y K H S L
Decimal 176 192 156 0.08 0 0.19 0.25 86.67 0.22 0.68
Hex B0 C0 9C 8 0 13 19 57 16 44
Octal 260 300 234 10 0 23 31 127 26 104
Binary 10110000 11000000 10011100 1000 0 10011 11001 1010111 10110 1000100

Color Harmonies of #B0C09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C09C

Black with #B0C09C

Text Example


Text Example

White with #B0C09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C09C; }

 p { color: rgb(176,192,156); }

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

background-color css

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

 a { background-color: rgb(176,192,156); }

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

border-color css

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

 span { border-color: rgb(176,192,156); }

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