Html Css Color HEX #B0C39E Sprout

📋 copy color: '#B0C39E'

red 176 ◦ green 195 ◦ blue 158

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

Shades of Sprout #B0C39E

Tints of Sprout #B0C39E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.86%

 BLUE value IS 158 (62.11% from 255) = 29.87%

R = 33.27%
G = 36.86%
B = 29.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#B0C39E (or 0xB0C39E) is known color: Sprout. HEX triplet: B0, C3 and 9E. RGB value is (176,195,158). Sum of RGB (Red+Green+Blue) = 176+195+158=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C39E is #4F3C61. Grayscale: #B9B9B9. Windows color (decimal): -5192802 or 10404784. OLE color: 10404784.

HSL color Cylindrical-coordinate representation of color #B0C39E: hue angle of 90.81º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0C39E is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 158 -
CMYK 0.10 0 0.19 0.24
HSL 90.81º 0.24% 0.69% -
HSV(B) 90.81º 0.19% 0.76% -
XYZ 43.59 50.73 39.84 -
YUV 185.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 176 195 158 0.10 0 0.19 0.24 90.81 0.24 0.69
Hex B0 C3 9E A 0 13 18 5B 18 45
Octal 260 303 236 12 0 23 30 133 30 105
Binary 10110000 11000011 10011110 1010 0 10011 11000 1011011 11000 1000101

Color Harmonies of #B0C39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C39E

Black with #B0C39E

Text Example


Text Example

White with #B0C39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C39E; }

 p { color: rgb(176,195,158); }

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

background-color css

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

 a { background-color: rgb(176,195,158); }

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

border-color css

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

 span { border-color: rgb(176,195,158); }

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