Html Css Color HEX #B5C990 Sprout

📋 copy color: '#B5C990'

red 181 ◦ green 201 ◦ blue 144

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

Shades of Sprout #B5C990

Tints of Sprout #B5C990

RGB

 RED value IS 181 (71.09% from 255) = 34.41%

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

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

R = 34.41%
G = 38.21%
B = 27.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#B5C990 (or 0xB5C990) is known color: Sprout. HEX triplet: B5, C9 and 90. RGB value is (181,201,144). Sum of RGB (Red+Green+Blue) = 181+201+144=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C990 is #4A366F. Grayscale: #BCBCBC. Windows color (decimal): -4863600 or 9488821. OLE color: 9488821.

HSL color Cylindrical-coordinate representation of color #B5C990: hue angle of 81.05º 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 #B5C990 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 201 144 -
CMYK 0.10 0 0.28 0.21
HSL 81.05º 0.35% 0.68% -
HSV(B) 81.05º 0.28% 0.79% -
XYZ 44.98 53.61 34.36 -
YUV 188.52 102.87 122.63 -
System Red Green Blue C M Y K H S L
Decimal 181 201 144 0.10 0 0.28 0.21 81.05 0.35 0.68
Hex B5 C9 90 A 0 1C 15 51 23 44
Octal 265 311 220 12 0 34 25 121 43 104
Binary 10110101 11001001 10010000 1010 0 11100 10101 1010001 100011 1000100

Color Harmonies of #B5C990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C990

Black with #B5C990

Text Example


Text Example

White with #B5C990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C990; }

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

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

background-color css

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

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

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

border-color css

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

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

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