Html Css Color HEX #B1C093 Sprout

📋 copy color: '#B1C093'

red 177 ◦ green 192 ◦ blue 147

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

Shades of Sprout #B1C093

Tints of Sprout #B1C093

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.21%

 BLUE value IS 147 (57.81% from 255) = 28.49%

R = 34.3%
G = 37.21%
B = 28.49%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#B1C093 (or 0xB1C093) is known color: Sprout. HEX triplet: B1, C0 and 93. RGB value is (177,192,147). Sum of RGB (Red+Green+Blue) = 177+192+147=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C093 is #4E3F6C. Grayscale: #B6B6B6. Windows color (decimal): -5128045 or 9683121. OLE color: 9683121.

HSL color Cylindrical-coordinate representation of color #B1C093: hue angle of 80º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1C093 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 192 147 -
CMYK 0.08 0 0.23 0.25
HSL 80º 0.26% 0.66% -
HSV(B) 80º 0.23% 0.75% -
XYZ 42.25 49.15 34.86 -
YUV 182.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 177 192 147 0.08 0 0.23 0.25 80 0.26 0.66
Hex B1 C0 93 8 0 17 19 50 1A 42
Octal 261 300 223 10 0 27 31 120 32 102
Binary 10110001 11000000 10010011 1000 0 10111 11001 1010000 11010 1000010

Color Harmonies of #B1C093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C093

Black with #B1C093

Text Example


Text Example

White with #B1C093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C093; }

 p { color: rgb(177,192,147); }

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

background-color css

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

 a { background-color: rgb(177,192,147); }

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

border-color css

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

 span { border-color: rgb(177,192,147); }

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