Html Css Color HEX #B5CA91 Sprout

📋 copy color: '#B5CA91'

red 181 ◦ green 202 ◦ blue 145

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

Shades of Sprout #B5CA91

Tints of Sprout #B5CA91

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.26%

 BLUE value IS 145 (57.03% from 255) = 27.46%

R = 34.28%
G = 38.26%
B = 27.46%

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

#B5CA91 (or 0xB5CA91) is known color: Sprout. HEX triplet: B5, CA and 91. RGB value is (181,202,145). Sum of RGB (Red+Green+Blue) = 181+202+145=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CA91 is #4A356E. Grayscale: #BDBDBD. Windows color (decimal): -4863343 or 9554613. OLE color: 9554613.

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

Color convert

RGB 181 202 145 -
CMYK 0.10 0 0.28 0.21
HSL 82.11º 0.35% 0.68% -
HSV(B) 82.11º 0.28% 0.79% -
XYZ 45.29 54.11 34.85 -
YUV 189.22 103.04 122.13 -
System Red Green Blue C M Y K H S L
Decimal 181 202 145 0.10 0 0.28 0.21 82.11 0.35 0.68
Hex B5 CA 91 A 0 1C 15 52 23 44
Octal 265 312 221 12 0 34 25 122 43 104
Binary 10110101 11001010 10010001 1010 0 11100 10101 1010010 100011 1000100

Color Harmonies of #B5CA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA91

Black with #B5CA91

Text Example


Text Example

White with #B5CA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA91; }

 p { color: rgb(181,202,145); }

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

background-color css

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

 a { background-color: rgb(181,202,145); }

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

border-color css

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

 span { border-color: rgb(181,202,145); }

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