Html Css Color HEX #B0C39B Sprout

📋 copy color: '#B0C39B'

red 176 ◦ green 195 ◦ blue 155

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

Shades of Sprout #B0C39B

Tints of Sprout #B0C39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.47%

R = 33.46%
G = 37.07%
B = 29.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#B0C39B (or 0xB0C39B) is known color: Sprout. HEX triplet: B0, C3 and 9B. RGB value is (176,195,155). Sum of RGB (Red+Green+Blue) = 176+195+155=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C39B is #4F3C64. Grayscale: #B8B8B8. Windows color (decimal): -5192805 or 10208176. OLE color: 10208176.

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

Color convert

RGB 176 195 155 -
CMYK 0.10 0 0.21 0.24
HSL 88.5º 0.25% 0.69% -
HSV(B) 88.5º 0.21% 0.76% -
XYZ 43.34 50.63 38.5 -
YUV 184.76 111.21 121.75 -
System Red Green Blue C M Y K H S L
Decimal 176 195 155 0.10 0 0.21 0.24 88.5 0.25 0.69
Hex B0 C3 9B A 0 15 18 58 19 45
Octal 260 303 233 12 0 25 30 130 31 105
Binary 10110000 11000011 10011011 1010 0 10101 11000 1011000 11001 1000101

Color Harmonies of #B0C39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C39B

Black with #B0C39B

Text Example


Text Example

White with #B0C39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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