Html Css Color HEX #B1D092 Sprout

📋 copy color: '#B1D092'

red 177 ◦ green 208 ◦ blue 146

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

Shades of Sprout #B1D092

Tints of Sprout #B1D092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.5%

R = 33.33%
G = 39.17%
B = 27.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#B1D092 (or 0xB1D092) is known color: Sprout. HEX triplet: B1, D0 and 92. RGB value is (177,208,146). Sum of RGB (Red+Green+Blue) = 177+208+146=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D092 is #4E2F6D. Grayscale: #BFBFBF. Windows color (decimal): -5123950 or 9621681. OLE color: 9621681.

HSL color Cylindrical-coordinate representation of color #B1D092: hue angle of 90º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1D092 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 208 146 -
CMYK 0.15 0 0.30 0.18
HSL 90º 0.4% 0.69% -
HSV(B) 90º 0.3% 0.82% -
XYZ 45.88 56.53 35.69 -
YUV 191.66 102.23 117.54 -
System Red Green Blue C M Y K H S L
Decimal 177 208 146 0.15 0 0.30 0.18 90 0.4 0.69
Hex B1 D0 92 F 0 1E 12 5A 28 45
Octal 261 320 222 17 0 36 22 132 50 105
Binary 10110001 11010000 10010010 1111 0 11110 10010 1011010 101000 1000101

Color Harmonies of #B1D092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D092

Black with #B1D092

Text Example


Text Example

White with #B1D092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D092; }

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

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

background-color css

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

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

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

border-color css

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

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

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