Html Css Color HEX #B1D08D Sprout

📋 copy color: '#B1D08D'

red 177 ◦ green 208 ◦ blue 141

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

Shades of Sprout #B1D08D

Tints of Sprout #B1D08D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.54%

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

R = 33.65%
G = 39.54%
B = 26.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#B1D08D (or 0xB1D08D) is known color: Sprout. HEX triplet: B1, D0 and 8D. RGB value is (177,208,141). Sum of RGB (Red+Green+Blue) = 177+208+141=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D08D is #4E2F72. Grayscale: #BFBFBF. Windows color (decimal): -5123955 or 9294001. OLE color: 9294001.

HSL color Cylindrical-coordinate representation of color #B1D08D: hue angle of 87.76º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1D08D is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 208 141 -
CMYK 0.15 0 0.32 0.18
HSL 87.76º 0.42% 0.68% -
HSV(B) 87.76º 0.32% 0.82% -
XYZ 45.5 56.38 33.68 -
YUV 191.09 99.73 117.95 -
System Red Green Blue C M Y K H S L
Decimal 177 208 141 0.15 0 0.32 0.18 87.76 0.42 0.68
Hex B1 D0 8D F 0 20 12 58 2A 44
Octal 261 320 215 17 0 40 22 130 52 104
Binary 10110001 11010000 10001101 1111 0 100000 10010 1011000 101010 1000100

Color Harmonies of #B1D08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D08D

Black with #B1D08D

Text Example


Text Example

White with #B1D08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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