Html Css Color HEX #BFD794 Sprout

📋 copy color: '#BFD794'

red 191 ◦ green 215 ◦ blue 148

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

Shades of Sprout #BFD794

Tints of Sprout #BFD794

RGB

 RED value IS 191 (75% from 255) = 34.48%

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

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

R = 34.48%
G = 38.81%
B = 26.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#BFD794 (or 0xBFD794) is known color: Sprout. HEX triplet: BF, D7 and 94. RGB value is (191,215,148). Sum of RGB (Red+Green+Blue) = 191+215+148=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD794 is #40286B. Grayscale: #C8C8C8. Windows color (decimal): -4204652 or 9754559. OLE color: 9754559.

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

Color convert

RGB 191 215 148 -
CMYK 0.11 0 0.31 0.16
HSL 81.49º 0.46% 0.71% -
HSV(B) 81.49º 0.31% 0.84% -
XYZ 51.13 61.82 37.25 -
YUV 200.19 98.55 121.45 -
System Red Green Blue C M Y K H S L
Decimal 191 215 148 0.11 0 0.31 0.16 81.49 0.46 0.71
Hex BF D7 94 B 0 1F 10 51 2E 47
Octal 277 327 224 13 0 37 20 121 56 107
Binary 10111111 11010111 10010100 1011 0 11111 10000 1010001 101110 1000111

Color Harmonies of #BFD794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD794

Black with #BFD794

Text Example


Text Example

White with #BFD794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD794; }

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

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

background-color css

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

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

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

border-color css

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

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

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