Html Css Color HEX #B2C59D Sprout

📋 copy color: '#B2C59D'

red 178 ◦ green 197 ◦ blue 157

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

Shades of Sprout #B2C59D

Tints of Sprout #B2C59D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.03%

 BLUE value IS 157 (61.72% from 255) = 29.51%

R = 33.46%
G = 37.03%
B = 29.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#B2C59D (or 0xB2C59D) is known color: Sprout. HEX triplet: B2, C5 and 9D. RGB value is (178,197,157). Sum of RGB (Red+Green+Blue) = 178+197+157=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C59D is #4D3A62. Grayscale: #BABABA. Windows color (decimal): -5061219 or 10339762. OLE color: 10339762.

HSL color Cylindrical-coordinate representation of color #B2C59D: hue angle of 88.5º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2C59D is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 197 157 -
CMYK 0.10 0 0.20 0.23
HSL 88.5º 0.26% 0.69% -
HSV(B) 88.5º 0.2% 0.77% -
XYZ 44.41 51.83 39.56 -
YUV 186.76 111.21 121.75 -
System Red Green Blue C M Y K H S L
Decimal 178 197 157 0.10 0 0.20 0.23 88.5 0.26 0.69
Hex B2 C5 9D A 0 14 17 58 1A 45
Octal 262 305 235 12 0 24 27 130 32 105
Binary 10110010 11000101 10011101 1010 0 10100 10111 1011000 11010 1000101

Color Harmonies of #B2C59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C59D

Black with #B2C59D

Text Example


Text Example

White with #B2C59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C59D; }

 p { color: rgb(178,197,157); }

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

background-color css

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

 a { background-color: rgb(178,197,157); }

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

border-color css

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

 span { border-color: rgb(178,197,157); }

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