Html Css Color HEX #B0CA91 Sprout

📋 copy color: '#B0CA91'

red 176 ◦ green 202 ◦ blue 145

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

Shades of Sprout #B0CA91

Tints of Sprout #B0CA91

RGB

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

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

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

R = 33.65%
G = 38.62%
B = 27.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#B0CA91 (or 0xB0CA91) is known color: Sprout. HEX triplet: B0, CA and 91. RGB value is (176,202,145). Sum of RGB (Red+Green+Blue) = 176+202+145=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CA91 is #4F356E. Grayscale: #BBBBBB. Windows color (decimal): -5191023 or 9554608. OLE color: 9554608.

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

Color convert

RGB 176 202 145 -
CMYK 0.13 0 0.28 0.21
HSL 87.37º 0.35% 0.68% -
HSV(B) 87.37º 0.28% 0.79% -
XYZ 44.14 53.52 34.79 -
YUV 187.73 103.89 119.63 -
System Red Green Blue C M Y K H S L
Decimal 176 202 145 0.13 0 0.28 0.21 87.37 0.35 0.68
Hex B0 CA 91 D 0 1C 15 57 23 44
Octal 260 312 221 15 0 34 25 127 43 104
Binary 10110000 11001010 10010001 1101 0 11100 10101 1010111 100011 1000100

Color Harmonies of #B0CA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CA91

Black with #B0CA91

Text Example


Text Example

White with #B0CA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CA91; }

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

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

background-color css

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

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

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

border-color css

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

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

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