Html Css Color HEX #B1CE8D Sprout

📋 copy color: '#B1CE8D'

red 177 ◦ green 206 ◦ blue 141

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

Shades of Sprout #B1CE8D

Tints of Sprout #B1CE8D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.31%

 BLUE value IS 141 (55.47% from 255) = 26.91%

R = 33.78%
G = 39.31%
B = 26.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#B1CE8D (or 0xB1CE8D) is known color: Sprout. HEX triplet: B1, CE and 8D. RGB value is (177,206,141). Sum of RGB (Red+Green+Blue) = 177+206+141=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CE8D is #4E3172. Grayscale: #BEBEBE. Windows color (decimal): -5124467 or 9293489. OLE color: 9293489.

HSL color Cylindrical-coordinate representation of color #B1CE8D: hue angle of 86.77º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1CE8D is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 206 141 -
CMYK 0.14 0 0.32 0.19
HSL 86.77º 0.4% 0.68% -
HSV(B) 86.77º 0.32% 0.81% -
XYZ 45.01 55.41 33.52 -
YUV 189.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 177 206 141 0.14 0 0.32 0.19 86.77 0.4 0.68
Hex B1 CE 8D E 0 20 13 57 28 44
Octal 261 316 215 16 0 40 23 127 50 104
Binary 10110001 11001110 10001101 1110 0 100000 10011 1010111 101000 1000100

Color Harmonies of #B1CE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CE8D

Black with #B1CE8D

Text Example


Text Example

White with #B1CE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CE8D; }

 p { color: rgb(177,206,141); }

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

background-color css

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

 a { background-color: rgb(177,206,141); }

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

border-color css

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

 span { border-color: rgb(177,206,141); }

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