Html Css Color HEX #B0C990 Sprout

📋 copy color: '#B0C990'

red 176 ◦ green 201 ◦ blue 144

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

Shades of Sprout #B0C990

Tints of Sprout #B0C990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.64%

R = 33.78%
G = 38.58%
B = 27.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#B0C990 (or 0xB0C990) is known color: Sprout. HEX triplet: B0, C9 and 90. RGB value is (176,201,144). Sum of RGB (Red+Green+Blue) = 176+201+144=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C990 is #4F366F. Grayscale: #BBBBBB. Windows color (decimal): -5191280 or 9488816. OLE color: 9488816.

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

Color convert

RGB 176 201 144 -
CMYK 0.12 0 0.28 0.21
HSL 86.32º 0.35% 0.68% -
HSV(B) 86.32º 0.28% 0.79% -
XYZ 43.83 53.02 34.31 -
YUV 187.03 103.72 120.13 -
System Red Green Blue C M Y K H S L
Decimal 176 201 144 0.12 0 0.28 0.21 86.32 0.35 0.68
Hex B0 C9 90 C 0 1C 15 56 23 44
Octal 260 311 220 14 0 34 25 126 43 104
Binary 10110000 11001001 10010000 1100 0 11100 10101 1010110 100011 1000100

Color Harmonies of #B0C990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C990

Black with #B0C990

Text Example


Text Example

White with #B0C990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C990; }

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

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

background-color css

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

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

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

border-color css

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

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

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