Html Css Color HEX #B2C598 Sprout

📋 copy color: '#B2C598'

red 178 ◦ green 197 ◦ blue 152

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

Shades of Sprout #B2C598

Tints of Sprout #B2C598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.84%

R = 33.78%
G = 37.38%
B = 28.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#B2C598 (or 0xB2C598) is known color: Sprout. HEX triplet: B2, C5 and 98. RGB value is (178,197,152). Sum of RGB (Red+Green+Blue) = 178+197+152=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C598 is #4D3A67. Grayscale: #BABABA. Windows color (decimal): -5061224 or 10012082. OLE color: 10012082.

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

Color convert

RGB 178 197 152 -
CMYK 0.10 0 0.23 0.23
HSL 85.33º 0.28% 0.68% -
HSV(B) 85.33º 0.23% 0.77% -
XYZ 43.99 51.66 37.36 -
YUV 186.19 108.71 122.16 -
System Red Green Blue C M Y K H S L
Decimal 178 197 152 0.10 0 0.23 0.23 85.33 0.28 0.68
Hex B2 C5 98 A 0 17 17 55 1C 44
Octal 262 305 230 12 0 27 27 125 34 104
Binary 10110010 11000101 10011000 1010 0 10111 10111 1010101 11100 1000100

Color Harmonies of #B2C598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C598

Black with #B2C598

Text Example


Text Example

White with #B2C598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C598; }

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

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

background-color css

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

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

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

border-color css

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

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

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