Html Css Color HEX #B1C88E Sprout

📋 copy color: '#B1C88E'

red 177 ◦ green 200 ◦ blue 142

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

Shades of Sprout #B1C88E

Tints of Sprout #B1C88E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.54%

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

R = 34.1%
G = 38.54%
B = 27.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#B1C88E (or 0xB1C88E) is known color: Sprout. HEX triplet: B1, C8 and 8E. RGB value is (177,200,142). Sum of RGB (Red+Green+Blue) = 177+200+142=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C88E is #4E3771. Grayscale: #BABABA. Windows color (decimal): -5126002 or 9357489. OLE color: 9357489.

HSL color Cylindrical-coordinate representation of color #B1C88E: hue angle of 83.79º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1C88E is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 200 142 -
CMYK 0.12 0 0.29 0.22
HSL 83.79º 0.35% 0.67% -
HSV(B) 83.79º 0.29% 0.78% -
XYZ 43.67 52.61 33.44 -
YUV 186.51 102.88 121.22 -
System Red Green Blue C M Y K H S L
Decimal 177 200 142 0.12 0 0.29 0.22 83.79 0.35 0.67
Hex B1 C8 8E C 0 1D 16 54 23 43
Octal 261 310 216 14 0 35 26 124 43 103
Binary 10110001 11001000 10001110 1100 0 11101 10110 1010100 100011 1000011

Color Harmonies of #B1C88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C88E

Black with #B1C88E

Text Example


Text Example

White with #B1C88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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