Html Css Color HEX #B0C98E Sprout

📋 copy color: '#B0C98E'

red 176 ◦ green 201 ◦ blue 142

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

Shades of Sprout #B0C98E

Tints of Sprout #B0C98E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.73%

 BLUE value IS 142 (55.86% from 255) = 27.36%

R = 33.91%
G = 38.73%
B = 27.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#B0C98E (or 0xB0C98E) is known color: Sprout. HEX triplet: B0, C9 and 8E. RGB value is (176,201,142). Sum of RGB (Red+Green+Blue) = 176+201+142=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C98E is #4F3671. Grayscale: #BBBBBB. Windows color (decimal): -5191282 or 9357744. OLE color: 9357744.

HSL color Cylindrical-coordinate representation of color #B0C98E: hue angle of 85.42º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0C98E is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 201 142 -
CMYK 0.12 0 0.29 0.21
HSL 85.42º 0.35% 0.67% -
HSV(B) 85.42º 0.29% 0.79% -
XYZ 43.67 52.96 33.51 -
YUV 186.8 102.72 120.3 -
System Red Green Blue C M Y K H S L
Decimal 176 201 142 0.12 0 0.29 0.21 85.42 0.35 0.67
Hex B0 C9 8E C 0 1D 15 55 23 43
Octal 260 311 216 14 0 35 25 125 43 103
Binary 10110000 11001001 10001110 1100 0 11101 10101 1010101 100011 1000011

Color Harmonies of #B0C98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C98E

Black with #B0C98E

Text Example


Text Example

White with #B0C98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C98E; }

 p { color: rgb(176,201,142); }

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

background-color css

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

 a { background-color: rgb(176,201,142); }

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

border-color css

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

 span { border-color: rgb(176,201,142); }

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