Html Css Color HEX #B1CB95 Sprout

📋 copy color: '#B1CB95'

red 177 ◦ green 203 ◦ blue 149

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

Shades of Sprout #B1CB95

Tints of Sprout #B1CB95

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.37%

 BLUE value IS 149 (58.59% from 255) = 28.17%

R = 33.46%
G = 38.37%
B = 28.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#B1CB95 (or 0xB1CB95) is known color: Sprout. HEX triplet: B1, CB and 95. RGB value is (177,203,149). Sum of RGB (Red+Green+Blue) = 177+203+149=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CB95 is #4E346A. Grayscale: #BDBDBD. Windows color (decimal): -5125227 or 9817009. OLE color: 9817009.

HSL color Cylindrical-coordinate representation of color #B1CB95: hue angle of 88.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1CB95 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 203 149 -
CMYK 0.13 0 0.27 0.20
HSL 88.89º 0.34% 0.69% -
HSV(B) 88.89º 0.27% 0.8% -
XYZ 44.91 54.23 36.53 -
YUV 189.07 105.39 119.39 -
System Red Green Blue C M Y K H S L
Decimal 177 203 149 0.13 0 0.27 0.20 88.89 0.34 0.69
Hex B1 CB 95 D 0 1B 14 59 22 45
Octal 261 313 225 15 0 33 24 131 42 105
Binary 10110001 11001011 10010101 1101 0 11011 10100 1011001 100010 1000101

Color Harmonies of #B1CB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CB95

Black with #B1CB95

Text Example


Text Example

White with #B1CB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CB95; }

 p { color: rgb(177,203,149); }

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

background-color css

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

 a { background-color: rgb(177,203,149); }

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

border-color css

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

 span { border-color: rgb(177,203,149); }

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