#B1CD98

Color #B1CD98 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B1CD98

Tints of Sprout #B1CD98

Color information

#B1CD98 (or 0xB1CD98) is unknown color: approx Sprout. HEX triplet: B1, CD and 98. RGB value is (177,205,152). Sum of RGB (Red+Green+Blue) = 177+205+152=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CD98 is #4E3267. Grayscale: #BEBEBE. Windows color (decimal): -5124712 or 10014129. OLE color: 10014129.

HSL color Cylindrical-coordinate representation of color #B1CD98: hue angle of 91.7º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1CD98 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB177205152-
CMYK0.1400.260.20
HSL91.7º34.64%70%-
HSV(B)91.7º25.85%80.39%-
XYZ45.6355.2837.97-
YUV190.59106.22118.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 205 (80.47% from 255) = 38.39%
BLUE value IS 152 (59.77% from 255) = 28.46%
R=33.15%
G=38.39%
B=28.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1772051520.1400.260.2091.734.6470
HexB1CD98E01A145c2346
Octal261315230160322413443106
Binary10110001110011011001100011100110101010010111001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CD98; }

 p { color: rgb(177,205,152); }

 H1.HeaderClassName
 {
   color: #B1CD98;
 }
 .AnyTagClassName
 {
   color: #B1CD98;
 }
</style>
background-color css

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

 a { background-color: rgb(177,205,152); }

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

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

 span { border-color: rgb(177,205,152); }

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