Html Css Color HEX #B9D694 Sprout

📋 copy color: '#B9D694'

red 185 ◦ green 214 ◦ blue 148

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

Shades of Sprout #B9D694

Tints of Sprout #B9D694

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.12%

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

R = 33.82%
G = 39.12%
B = 27.06%

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

#B9D694 (or 0xB9D694) is known color: Sprout. HEX triplet: B9, D6 and 94. RGB value is (185,214,148). Sum of RGB (Red+Green+Blue) = 185+214+148=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 214 - color contains mainly: green. Hex color #B9D694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D694 is #46296B. Grayscale: #C6C6C6. Windows color (decimal): -4598124 or 9754297. OLE color: 9754297.

HSL color Cylindrical-coordinate representation of color #B9D694: hue angle of 86.36º degrees, saturation: 0.45, 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 #B9D694 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 214 148 -
CMYK 0.14 0 0.31 0.16
HSL 86.36º 0.45% 0.71% -
HSV(B) 86.36º 0.31% 0.84% -
XYZ 49.4 60.55 37.1 -
YUV 197.81 99.89 118.87 -
System Red Green Blue C M Y K H S L
Decimal 185 214 148 0.14 0 0.31 0.16 86.36 0.45 0.71
Hex B9 D6 94 E 0 1F 10 56 2D 47
Octal 271 326 224 16 0 37 20 126 55 107
Binary 10111001 11010110 10010100 1110 0 11111 10000 1010110 101101 1000111

Color Harmonies of #B9D694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D694

Black with #B9D694

Text Example


Text Example

White with #B9D694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D694; }

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

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

background-color css

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

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

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

border-color css

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

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

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