Html Css Color HEX #B2C39B Sprout

📋 copy color: '#B2C39B'

red 178 ◦ green 195 ◦ blue 155

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

Shades of Sprout #B2C39B

Tints of Sprout #B2C39B

RGB

 RED value IS 178 (69.92% from 255) = 33.71%

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

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

R = 33.71%
G = 36.93%
B = 29.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#B2C39B (or 0xB2C39B) is known color: Sprout. HEX triplet: B2, C3 and 9B. RGB value is (178,195,155). Sum of RGB (Red+Green+Blue) = 178+195+155=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C39B is #4D3C64. Grayscale: #B9B9B9. Windows color (decimal): -5061733 or 10208178. OLE color: 10208178.

HSL color Cylindrical-coordinate representation of color #B2C39B: hue angle of 85.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 #B2C39B is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 195 155 -
CMYK 0.09 0 0.21 0.24
HSL 85.5º 0.25% 0.69% -
HSV(B) 85.5º 0.21% 0.76% -
XYZ 43.79 50.86 38.52 -
YUV 185.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 178 195 155 0.09 0 0.21 0.24 85.5 0.25 0.69
Hex B2 C3 9B 9 0 15 18 56 19 45
Octal 262 303 233 11 0 25 30 126 31 105
Binary 10110010 11000011 10011011 1001 0 10101 11000 1010110 11001 1000101

Color Harmonies of #B2C39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C39B

Black with #B2C39B

Text Example


Text Example

White with #B2C39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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