Html Css Color HEX #B2C397 Sprout

📋 copy color: '#B2C397'

red 178 ◦ green 195 ◦ blue 151

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

Shades of Sprout #B2C397

Tints of Sprout #B2C397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.82%

R = 33.97%
G = 37.21%
B = 28.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#B2C397 (or 0xB2C397) is known color: Sprout. HEX triplet: B2, C3 and 97. RGB value is (178,195,151). Sum of RGB (Red+Green+Blue) = 178+195+151=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C397 is #4D3C68. Grayscale: #B9B9B9. Windows color (decimal): -5061737 or 9946034. OLE color: 9946034.

HSL color Cylindrical-coordinate representation of color #B2C397: hue angle of 83.18º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2C397 is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 195 151 -
CMYK 0.09 0 0.23 0.24
HSL 83.18º 0.27% 0.68% -
HSV(B) 83.18º 0.23% 0.76% -
XYZ 43.46 50.73 36.78 -
YUV 184.9 108.87 123.08 -
System Red Green Blue C M Y K H S L
Decimal 178 195 151 0.09 0 0.23 0.24 83.18 0.27 0.68
Hex B2 C3 97 9 0 17 18 53 1B 44
Octal 262 303 227 11 0 27 30 123 33 104
Binary 10110010 11000011 10010111 1001 0 10111 11000 1010011 11011 1000100

Color Harmonies of #B2C397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C397

Black with #B2C397

Text Example


Text Example

White with #B2C397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C397; }

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

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

background-color css

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

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

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

border-color css

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

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

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