Html Css Color HEX #B0C698 Sprout

📋 copy color: '#B0C698'

red 176 ◦ green 198 ◦ blue 152

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

Shades of Sprout #B0C698

Tints of Sprout #B0C698

RGB

 RED value IS 176 (69.14% from 255) = 33.46%

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

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

R = 33.46%
G = 37.64%
B = 28.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#B0C698 (or 0xB0C698) is known color: Sprout. HEX triplet: B0, C6 and 98. RGB value is (176,198,152). Sum of RGB (Red+Green+Blue) = 176+198+152=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 152 (59.77% from 255 or 28.90% from 526); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C698 is #4F3967. Grayscale: #BABABA. Windows color (decimal): -5192040 or 10012336. OLE color: 10012336.

HSL color Cylindrical-coordinate representation of color #B0C698: hue angle of 88.7º 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 #B0C698 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 198 152 -
CMYK 0.11 0 0.23 0.22
HSL 88.7º 0.29% 0.69% -
HSV(B) 88.7º 0.23% 0.78% -
XYZ 43.77 51.89 37.41 -
YUV 186.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 176 198 152 0.11 0 0.23 0.22 88.7 0.29 0.69
Hex B0 C6 98 B 0 17 16 59 1D 45
Octal 260 306 230 13 0 27 26 131 35 105
Binary 10110000 11000110 10011000 1011 0 10111 10110 1011001 11101 1000101

Color Harmonies of #B0C698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C698

Black with #B0C698

Text Example


Text Example

White with #B0C698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C698; }

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

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

background-color css

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

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

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

border-color css

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

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

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