Html Css Color HEX #B5C98E Sprout

📋 copy color: '#B5C98E'

red 181 ◦ green 201 ◦ blue 142

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

Shades of Sprout #B5C98E

Tints of Sprout #B5C98E

RGB

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

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

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

R = 34.54%
G = 38.36%
B = 27.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#B5C98E (or 0xB5C98E) is known color: Sprout. HEX triplet: B5, C9 and 8E. RGB value is (181,201,142). Sum of RGB (Red+Green+Blue) = 181+201+142=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C98E is #4A3671. Grayscale: #BCBCBC. Windows color (decimal): -4863602 or 9357749. OLE color: 9357749.

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

Color convert

RGB 181 201 142 -
CMYK 0.10 0 0.29 0.21
HSL 80.34º 0.35% 0.67% -
HSV(B) 80.34º 0.29% 0.79% -
XYZ 44.83 53.55 33.56 -
YUV 188.29 101.87 122.8 -
System Red Green Blue C M Y K H S L
Decimal 181 201 142 0.10 0 0.29 0.21 80.34 0.35 0.67
Hex B5 C9 8E A 0 1D 15 50 23 43
Octal 265 311 216 12 0 35 25 120 43 103
Binary 10110101 11001001 10001110 1010 0 11101 10101 1010000 100011 1000011

Color Harmonies of #B5C98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C98E

Black with #B5C98E

Text Example


Text Example

White with #B5C98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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