Html Css Color HEX #B2C698 Sprout

📋 copy color: '#B2C698'

red 178 ◦ green 198 ◦ blue 152

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

Shades of Sprout #B2C698

Tints of Sprout #B2C698

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.5%

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

R = 33.71%
G = 37.5%
B = 28.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#B2C698 (or 0xB2C698) is known color: Sprout. HEX triplet: B2, C6 and 98. RGB value is (178,198,152). Sum of RGB (Red+Green+Blue) = 178+198+152=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C698 is #4D3967. Grayscale: #BABABA. Windows color (decimal): -5060968 or 10012338. OLE color: 10012338.

HSL color Cylindrical-coordinate representation of color #B2C698: hue angle of 86.09º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2C698 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 198 152 -
CMYK 0.10 0 0.23 0.22
HSL 86.09º 0.29% 0.69% -
HSV(B) 86.09º 0.23% 0.78% -
XYZ 44.22 52.12 37.44 -
YUV 186.78 108.37 121.74 -
System Red Green Blue C M Y K H S L
Decimal 178 198 152 0.10 0 0.23 0.22 86.09 0.29 0.69
Hex B2 C6 98 A 0 17 16 56 1D 45
Octal 262 306 230 12 0 27 26 126 35 105
Binary 10110010 11000110 10011000 1010 0 10111 10110 1010110 11101 1000101

Color Harmonies of #B2C698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C698

Black with #B2C698

Text Example


Text Example

White with #B2C698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C698; }

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

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

background-color css

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

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

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

border-color css

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

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

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