Html Css Color HEX #B1CA8E Sprout

📋 copy color: '#B1CA8E'

red 177 ◦ green 202 ◦ blue 142

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

Shades of Sprout #B1CA8E

Tints of Sprout #B1CA8E

RGB

 RED value IS 177 (69.53% from 255) = 33.97%

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

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

R = 33.97%
G = 38.77%
B = 27.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#B1CA8E (or 0xB1CA8E) is known color: Sprout. HEX triplet: B1, CA and 8E. RGB value is (177,202,142). Sum of RGB (Red+Green+Blue) = 177+202+142=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CA8E is #4E3571. Grayscale: #BBBBBB. Windows color (decimal): -5125490 or 9358001. OLE color: 9358001.

HSL color Cylindrical-coordinate representation of color #B1CA8E: hue angle of 85º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1CA8E is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 202 142 -
CMYK 0.12 0 0.30 0.21
HSL 85º 0.36% 0.67% -
HSV(B) 85º 0.3% 0.79% -
XYZ 44.13 53.54 33.6 -
YUV 187.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 177 202 142 0.12 0 0.30 0.21 85 0.36 0.67
Hex B1 CA 8E C 0 1E 15 55 24 43
Octal 261 312 216 14 0 36 25 125 44 103
Binary 10110001 11001010 10001110 1100 0 11110 10101 1010101 100100 1000011

Color Harmonies of #B1CA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CA8E

Black with #B1CA8E

Text Example


Text Example

White with #B1CA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CA8E; }

 p { color: rgb(177,202,142); }

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

background-color css

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

 a { background-color: rgb(177,202,142); }

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

border-color css

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

 span { border-color: rgb(177,202,142); }

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