Html Css Color HEX #B9D794 Sprout

📋 copy color: '#B9D794'

red 185 ◦ green 215 ◦ blue 148

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

Shades of Sprout #B9D794

Tints of Sprout #B9D794

RGB

 RED value IS 185 (72.66% from 255) = 33.76%

 GREEN value IS 215 (84.38% from 255) = 39.23%

 BLUE value IS 148 (58.2% from 255) = 27.01%

R = 33.76%
G = 39.23%
B = 27.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#B9D794 (or 0xB9D794) is known color: Sprout. HEX triplet: B9, D7 and 94. RGB value is (185,215,148). Sum of RGB (Red+Green+Blue) = 185+215+148=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #B9D794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D794 is #46286B. Grayscale: #C6C6C6. Windows color (decimal): -4597868 or 9754553. OLE color: 9754553.

HSL color Cylindrical-coordinate representation of color #B9D794: hue angle of 86.87º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9D794 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 215 148 -
CMYK 0.14 0 0.31 0.16
HSL 86.87º 0.46% 0.71% -
HSV(B) 86.87º 0.31% 0.84% -
XYZ 49.65 61.05 37.18 -
YUV 198.39 99.56 118.45 -
System Red Green Blue C M Y K H S L
Decimal 185 215 148 0.14 0 0.31 0.16 86.87 0.46 0.71
Hex B9 D7 94 E 0 1F 10 57 2E 47
Octal 271 327 224 16 0 37 20 127 56 107
Binary 10111001 11010111 10010100 1110 0 11111 10000 1010111 101110 1000111

Color Harmonies of #B9D794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D794

Black with #B9D794

Text Example


Text Example

White with #B9D794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D794; }

 p { color: rgb(185,215,148); }

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

background-color css

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

 a { background-color: rgb(185,215,148); }

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

border-color css

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

 span { border-color: rgb(185,215,148); }

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