Html Css Color HEX #B1CE98 Sprout

📋 copy color: '#B1CE98'

red 177 ◦ green 206 ◦ blue 152

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

Shades of Sprout #B1CE98

Tints of Sprout #B1CE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.41%

R = 33.08%
G = 38.5%
B = 28.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#B1CE98 (or 0xB1CE98) is known color: Sprout. HEX triplet: B1, CE and 98. RGB value is (177,206,152). Sum of RGB (Red+Green+Blue) = 177+206+152=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CE98 is #4E3167. Grayscale: #BFBFBF. Windows color (decimal): -5124456 or 10014385. OLE color: 10014385.

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

Color convert

RGB 177 206 152 -
CMYK 0.14 0 0.26 0.19
HSL 92.22º 0.36% 0.7% -
HSV(B) 92.22º 0.26% 0.81% -
XYZ 45.87 55.76 38.05 -
YUV 191.17 105.89 117.89 -
System Red Green Blue C M Y K H S L
Decimal 177 206 152 0.14 0 0.26 0.19 92.22 0.36 0.7
Hex B1 CE 98 E 0 1A 13 5C 24 46
Octal 261 316 230 16 0 32 23 134 44 106
Binary 10110001 11001110 10011000 1110 0 11010 10011 1011100 100100 1000110

Color Harmonies of #B1CE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CE98

Black with #B1CE98

Text Example


Text Example

White with #B1CE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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